diff options
Diffstat (limited to 'fapi.buetow.org/content/50.Download.xml')
| -rw-r--r-- | fapi.buetow.org/content/50.Download.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fapi.buetow.org/content/50.Download.xml b/fapi.buetow.org/content/50.Download.xml index a59c202..1e946c1 100644 --- a/fapi.buetow.org/content/50.Download.xml +++ b/fapi.buetow.org/content/50.Download.xml @@ -3,10 +3,14 @@ <pagetitle>Download</pagetitle> <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, and run apt-get update;apt-get install cpuinfo:</text> + <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> - <text>To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -".</text> + <text>(Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards:</text> + <code>curl http://deb.buetow.org/apt/pubkey.gpg | +sudo apt-key add - +apt-get update +apt-get install cpuinfo</code> <textheader>Download from git repository</textheader> <text> <noop>Go to </noop> |
