[doc] use sudo to upgrad
This commit is contained in:
parent
8cdfd1a8f7
commit
2a4b899cd0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue