2016-01-20 17:16:28 +01:00
|
|
|
# How to update the system
|
|
|
|
|
2018-12-27 04:58:58 +01:00
|
|
|
## From the webadmin
|
|
|
|
|
2020-04-10 20:41:29 +02:00
|
|
|
On the administraton panel, click on Upgrade the system.
|
2016-01-20 17:16:28 +01:00
|
|
|
|
2018-12-27 04:58:58 +01:00
|
|
|
The application search for updates and propose it if so.
|
|
|
|
|
|
|
|
If so, click on green update button and updates are applied.
|
|
|
|
|
|
|
|
## From the command line
|
|
|
|
|
|
|
|
From the command line, you can run:
|
2016-01-20 17:16:28 +01:00
|
|
|
|
2018-12-27 04:58:58 +01:00
|
|
|
``` bash
|
|
|
|
yunohost tools update
|
2019-07-18 11:24:35 +02:00
|
|
|
yunohost tools upgrade --system
|
2018-12-27 04:58:58 +01:00
|
|
|
```
|