1
0
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:
Daniil Gentili 2015-10-26 19:47:52 +03:00
parent 68c98a4791
commit 2a6fc1fec1

View File

@ -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:
```