1
0
Fork 0

Mise à jour de 'README.md'

This commit is contained in:
virtubox 2019-05-22 21:46:51 +02:00
parent 906847878f
commit c3a2d086e6
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## mybashrc install
```bash
bash <(curl -sL virtubox.net/mybashrc || wget -O - virtubox.net/mybashrc)
bash <(curl -sL vtb.cx/bashrc || wget -O - vtb.cx/bashrc)
```
## netdata install
@ -12,4 +12,8 @@ bash <(curl -sL virtubox.net/mybashrc || wget -O - virtubox.net/mybashrc)
bash <(curl -sL https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh || wget -O - https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh)
```
test
## Public SSH Keys
```bash
curl -sL vtb.cx/ssh-key >> .ssh/authorized_keys
```