mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
25 lines
437 B
Markdown
25 lines
437 B
Markdown
---
|
|
title: Update the system
|
|
template: docs
|
|
taxonomy:
|
|
category: docs
|
|
routes:
|
|
default: '/update'
|
|
---
|
|
|
|
## From the webadmin
|
|
|
|
On the administraton panel, 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
|
|
```
|