remove not needed sudo

This commit is contained in:
VirtuBox 2018-04-05 04:39:23 +02:00 committed by GitHub
parent 22b4f8013b
commit 19b149edad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ service nginx reload
**Install acme.sh v2**
```
wget -O - https://get.acme.sh | sh
sudo source ~/.bashrc
source ~/.bashrc
```
**Install netdata monitoring and set custom settings**