summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-24 12:10:17 +0100
committerLars Wirzenius <liw@liw.fi>2019-08-24 12:10:17 +0100
commit19eee313e617dade96fcd616b3e89a14e4fab89e (patch)
tree6589d56e267bce997f7850185f8dc4486ab1edc4
parente4cd1025feb3b74734be2baf7815f543fe0d9884 (diff)
downloadfable.liw.fi-19eee313e617dade96fcd616b3e89a14e4fab89e.tar.gz
Fix: Debian installation instructions
-rw-r--r--installation.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/installation.mdwn b/installation.mdwn
index 24aecf1..cf505fd 100644
--- a/installation.mdwn
+++ b/installation.mdwn
@@ -8,12 +8,12 @@ Installing Debian for Debian unstable
Add the following to your APT sources lists:
```
-deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
+deb [allow-insecure=yes] http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
```
-Then run the following commands:
+Then run the following commands as root:
-```sh
+```
apt update
apt install fable
```