CT Nextcloud: Updated PHP Version

* Updated PHP 8.4 > 8.5
* Updated nextcloud configuration for version 33
This commit is contained in:
2026-02-18 21:57:39 +01:00
parent 59545eba3d
commit dd6bc4f7b0
3 changed files with 6 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ curl -L --retry 7 --retry-delay 5 https://download.nextcloud.com/server/releases
rm -rf /etc/nginx/conf.d
mv /opt/Setup/Configs/nginx.conf /etc/nginx/nginx.conf
#Setup PHP
ash /opt/Setup/Scripts/PHPTool.sh -v 84 -d nextcloud || exit 1
#Setup PHP
ash /opt/Setup/Scripts/PHPTool.sh -d nextcloud || exit 1
rm /opt/Setup/Scripts/PHPTool.sh