doc/pages/01.administrate/04.learn/11.update/01.system/update.md

24 lines
408 B
Markdown
Raw Normal View History

2020-11-11 11:47:10 +01:00
---
title: Update the system
template: docs
taxonomy:
category: docs
---
2016-01-20 17:16:28 +01:00
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
```