Kapitel 7/Tutorial.md aktualisiert

This commit is contained in:
2025-09-04 15:43:33 +00:00
parent 68faca175d
commit c0fb4053d7

View File

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