Kapitel 7/Tutorial.md aktualisiert

This commit is contained in:
2025-09-04 15:40:43 +00:00
parent 82f21a6a96
commit 68faca175d

View File

@@ -199,8 +199,8 @@ wenn wir die Einträge in der `config.php` ergänzen.
```bash ```bash
cd /srv/nextcloud/app cd /srv/nextcloud/app
curl -LO https://download.nextcloud.com/server/releases/nextcloud-29.0.1.zip curl -LO https://download.nextcloud.com/server/releases/latest.zip
unzip nextcloud-29.0.1.zip && rm nextcloud-29.0.1.zip unzip release.zip && rm latest.zip
chown -R www-data:www-data nextcloud chown -R www-data:www-data nextcloud
``` ```