mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update upgrade.md: v4.2 deprecation notice
This commit is contained in:
parent
575e07d89b
commit
6ffbcb9224
1 changed files with 6 additions and 2 deletions
|
@ -24,11 +24,15 @@ Here are some example of corresponding command lines:
|
||||||
yunohost tools update
|
yunohost tools update
|
||||||
|
|
||||||
# Upgrade all system packages
|
# Upgrade all system packages
|
||||||
yunohost tools upgrade --system
|
yunohost tools upgrade system
|
||||||
|
|
||||||
# Upgrade all apps
|
# Upgrade all apps
|
||||||
yunohost tools upgrade --apps
|
yunohost tools upgrade apps
|
||||||
|
|
||||||
# Upgrade a specific application
|
# Upgrade a specific application
|
||||||
yunohost app upgrade wordpress
|
yunohost app upgrade wordpress
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!! If you are upgrading from YunoHost below v4.2.2, `system` and `apps` were flags of the command. Add `--` before them:
|
||||||
|
!! `yunohost tools upgrade --system`
|
||||||
|
!! `yunohost tools upgrade --apps`
|
||||||
|
|
Loading…
Reference in a new issue