Nextcloud to 28

This commit is contained in:
Moritz Graf 2024-02-12 21:58:14 +01:00
parent d01c945a18
commit 18f94c7d5c
1 changed files with 6 additions and 0 deletions

View File

@ -393,6 +393,12 @@ Execute occ in container:
runuser --user www-data -- /usr/local/bin/php /var/www/html/occ runuser --user www-data -- /usr/local/bin/php /var/www/html/occ
``` ```
Download nextcloud server and extract occ:
```sh
curl -L -o nextcloud-v27.1.6.tar.gz https://github.com/nextcloud/server/archive/refs/tags/v27.1.6.tar.gz
```
Delete stuff for upgrade (sometime necessary): Delete stuff for upgrade (sometime necessary):
```sh ```sh