Add Russian
This commit is contained in:
parent
703bf78ed1
commit
79a7ab7ef9
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,9 @@ curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-E
|
||||||
|
|
||||||
# Spanish version
|
# Spanish version
|
||||||
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||||
|
|
||||||
|
# Russian version
|
||||||
|
curl https://raw.githubusercontent.com/nixscript/ChristBASHTree/master/tree-RU.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Via Wget:
|
Via Wget:
|
||||||
|
@ -24,6 +27,9 @@ wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/t
|
||||||
|
|
||||||
# Spanish version
|
# Spanish version
|
||||||
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||||
|
|
||||||
|
# Russian version
|
||||||
|
wget -qO- https://raw.githubusercontent.com/nixscript/ChristBASHTree/master/tree-RU.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Docker:
|
Docker:
|
||||||
|
|
Loading…
Reference in a new issue