Merge pull request #761 from yunohost-bot/anonymous-2018-06-18_05-13-25

[Anonymous contrib] Need sudo to run upgrade commands.
This commit is contained in:
Bram 2018-06-24 06:44:14 +02:00 committed by GitHub
commit f6f2d64271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ vagrant ssh
Upgrade the system
```bash
apt update && apt dist-upgrade
sudo apt update && sudo apt dist-upgrade
```
You can access to your vm with the ip 192.168.33.10