From 47eac3b6eb4a11f6257d8efd3b79f31a1266d89a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 17 Oct 2015 14:31:48 +0300 Subject: [PATCH] sources.list README: add wget method --- etc/apt/sources.list/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/apt/sources.list/README.md b/etc/apt/sources.list/README.md index 72fb16b2..9c2dd193 100644 --- a/etc/apt/sources.list/README.md +++ b/etc/apt/sources.list/README.md @@ -22,10 +22,14 @@ Usage ----- 1. Become root with `sudo su -` -2. Download the script either with either of the following): - 1. Ubuntu/Debian testing/unstable: - `curl -L http://git.io/vqhtJ > sources.list.install` - 2. Debian: `curl -L http://git.io/vqhtF > sources.list.install` +2. Download the script using appropiate distribution and curl **or** wget + depending on which you have installed: + * Ubuntu/Debian testing/unstable: + * `curl -L http://git.io/vqhtJ > sources.list.install` + * `wget http://git.io/vqhtJ -O sources.list.install` + * Debian + * `curl -L http://git.io/vqhtF > sources.list.install` + * `wget http://git.io/vqhtF -O sources.list.install` 3. `chmod +x sources.list.install` 4. `./sources.list.install` 5. *optionally* `rm sources.list.install`