summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```