Need sudo to run upgrade commands.

This commit is contained in:
Yunobot 2018-06-23 23:55:57 +00:00
parent 1c0b663a84
commit 03b4744cd9

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