1
0
Fork 0

Mettre à jour 'README.md'

This commit is contained in:
virtubox 2018-12-13 16:30:12 +01:00
parent d7854a7e59
commit 934ec594f6
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
# bashrc
```bash
curl -sL https://git.virtubox.net/virtubox/bashrc/raw/branch/master/authorized.sh | bash -E
curl -sL | bash -E
bash <(curl https://git.virtubox.net/virtubox/bashrc/raw/branch/master/setup.sh || wget -O - https://git.virtubox.net/virtubox/bashrc/raw/branch/master/setup.sh)
```
```bash
curl -sL https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh | bash -E
```
bash <(curl https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh || wget -O - https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh)
```