mirror of
https://github.com/danog/learn-bash.git
synced 2024-11-26 11:54:39 +01:00
Update README.md
This commit is contained in:
parent
68c98a4791
commit
2a6fc1fec1
@ -16,13 +16,19 @@ To install this script follow the following instructions on:
|
||||
|
||||
On debian-derived distros, execute this command to add my repo to your system:
|
||||
|
||||
```
|
||||
sudo wget -q -O /etc/apt/sources.list.d/daniil.list http://dano.cu.cc/1IJrcd1 && wget -q -O - http://dano.cu.cc/1Aci9Qp | sudo apt-key add - && sudo apt-key adv --recv-keys --keyserver keys.gnupg.net 72B97FD1D9672C93 && sudo apt-get update
|
||||
```
|
||||
|
||||
|
||||
You should see an OK if the operation was successful.
|
||||
|
||||
And this command to install the script.
|
||||
|
||||
```
|
||||
sudo apt-get update; sudo apt-get -y install learn-bash
|
||||
```
|
||||
|
||||
|
||||
And execute the script with this command:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user