mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
19 lines
372 B
Markdown
19 lines
372 B
Markdown
# How to update the system
|
|
|
|
## From the webadmin
|
|
|
|
On the administraton panel, choose Tools.
|
|
Click on Upgrade the system.
|
|
|
|
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:
|
|
|
|
``` bash
|
|
yunohost tools update
|
|
yunohost tools upgrade --system
|
|
```
|