[doc] use sudo to upgrad

This commit is contained in:
lesion 2022-06-07 21:12:46 +02:00
parent 8cdfd1a8f7
commit 2a4b899cd0
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -76,8 +76,8 @@ sudo systemctl start gancio
> Don't be lazy and [backup]({% link install/backup.md %}) your data!
```bash
yarn global remove gancio
yarn cache clean
yarn global add --silent {{site.url}}/latest.tgz
sudo yarn global remove gancio
sudo yarn cache clean
sudo yarn global add --silent {{site.url}}/latest.tgz
sudo systemctl restart gancio
```