Nextcloud to 28
This commit is contained in:
parent
d01c945a18
commit
18f94c7d5c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue