Fixed CTs: gitea,nextcloud,transfersh and updated the AlpinePHPTool
CT: gitea Fixed broken curl command for downloading gitea CT: nextcloud Forced PHP Version to 8.3 using update AlpinePHPTool CT: transfersh Fixed custom theme by downloading the release tar.gz instead of cloneing the repo, it is now also added to the update script Script: AlpinePHPTool Added ability to specify a PHP Version
This commit is contained in:
@@ -7,7 +7,7 @@ rm -rf /etc/nginx/conf.d
|
||||
mv /opt/Setup/Configs/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
#Setup PHP
|
||||
ash /opt/Setup/Scripts/PHPTool.sh -d nextcloud || exit 1
|
||||
ash /opt/Setup/Scripts/PHPTool.sh -dv 83 nextcloud || exit 1
|
||||
rm /opt/Setup/Scripts/PHPTool.sh
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user