mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-25 11:44:13 +01:00
sources.list README: add wget method
This commit is contained in:
parent
6b46e82aaf
commit
47eac3b6eb
@ -22,10 +22,14 @@ Usage
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
1. Become root with `sudo su -`
|
1. Become root with `sudo su -`
|
||||||
2. Download the script either with either of the following):
|
2. Download the script using appropiate distribution and curl **or** wget
|
||||||
1. Ubuntu/Debian testing/unstable:
|
depending on which you have installed:
|
||||||
`curl -L http://git.io/vqhtJ > sources.list.install`
|
* Ubuntu/Debian testing/unstable:
|
||||||
2. Debian: `curl -L http://git.io/vqhtF > sources.list.install`
|
* `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`
|
3. `chmod +x sources.list.install`
|
||||||
4. `./sources.list.install`
|
4. `./sources.list.install`
|
||||||
5. *optionally* `rm sources.list.install`
|
5. *optionally* `rm sources.list.install`
|
||||||
|
Loading…
Reference in New Issue
Block a user