summaryrefslogtreecommitdiff
path: root/netdiff.buetow.org/content/50.Download.xml
diff options
context:
space:
mode:
authorPaul Buetow (uranus) <paul@buetow.org>2015-01-04 11:10:48 +0100
committerPaul Buetow (uranus) <paul@buetow.org>2015-01-04 11:10:48 +0100
commit54e968efde31e1afb4017004eabae98bbb5fe911 (patch)
treef59447691c09d538d37426cc0c6506c94a7a0002 /netdiff.buetow.org/content/50.Download.xml
parentd51e663a5cae3b8bf03b40671c192ec6d51e60af (diff)
Give him an evasive answer.
Diffstat (limited to 'netdiff.buetow.org/content/50.Download.xml')
-rw-r--r--netdiff.buetow.org/content/50.Download.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netdiff.buetow.org/content/50.Download.xml b/netdiff.buetow.org/content/50.Download.xml
index b48740e..9fd253d 100644
--- a/netdiff.buetow.org/content/50.Download.xml
+++ b/netdiff.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 http://deb.buetow.org/apt wheezy main
-deb-src http://deb.buetow.org/apt wheezy main</code>
+ <code>deb https://deb.buetow.org/apt wheezy main
+deb-src https://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 http://deb.buetow.org/apt/pubkey.gpg |
+ <code>curl https://deb.buetow.org/apt/pubkey.gpg |
sudo apt-key add -
apt-get update
apt-get install !!HOSTNAME!!</code>