funkwhale/docs/administrator/upgrade/quick-install.md

10 wiersze
361 B
Markdown
Czysty Zwykły widok Historia

2022-07-01 09:02:29 +00:00
# Upgrade using the quick install script
If you installed Funkwhale using the [quick install script](../installation/quick-install.md), upgrading your instance is as simple as running the following command on your server:
2022-07-01 09:02:29 +00:00
```bash
sudo sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)".
```
The script runs through the necessary setup instructions.