summaryrefslogtreecommitdiff
path: root/pwgrep.buetow.org/content/50.Download.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pwgrep.buetow.org/content/50.Download.xml')
-rw-r--r--pwgrep.buetow.org/content/50.Download.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml
index 9de25b3..c59a5f9 100644
--- a/pwgrep.buetow.org/content/50.Download.xml
+++ b/pwgrep.buetow.org/content/50.Download.xml
@@ -4,10 +4,10 @@
<text>!!HOSTNAME!! can be downloaded from a deb repo or from git.</text>
<textheader>Install from deb repository</textheader>
<text>If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list:</text>
- <code>deb https://deb.buetow.org/apt wheezy main
-deb-src https://deb.buetow.org/apt wheezy main</code>
+ <code>deb http://deb.buetow.org/apt wheezy main
+deb-src http://deb.buetow.org/apt wheezy main</code>
<text>(Please replace wheezy with jessie if you are using Debian GNU/Linux Jessie) and run afterwards:</text>
- <code>curl https://deb.buetow.org/apt/pubkey.gpg |
+ <code>curl http://deb.buetow.org/apt/pubkey.gpg |
sudo apt-key add -
apt-get update
apt-get install !!HOSTNAME!!</code>