mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Need sudo to run upgrade commands.
This commit is contained in:
parent
1c0b663a84
commit
03b4744cd9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ vagrant ssh
|
||||||
|
|
||||||
Upgrade the system
|
Upgrade the system
|
||||||
```bash
|
```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
|
You can access to your vm with the ip 192.168.33.10
|
||||||
|
|
Loading…
Reference in a new issue