Refactored PHP packagelist
Refactored PHP packagelist to set the PHP version form the `install.sh` instead of having it set in the pkglist
This commit is contained in:
@@ -9,6 +9,7 @@ if [ -z ${DistoBuilderINT+x} ]; then
|
||||
phpVer=83
|
||||
#Install required software
|
||||
apk add dovecot sudo curl openssl
|
||||
sed -i -e "s/phpPHPver/php$phpVer/g" Configs/php.pkglist
|
||||
cat Configs/php.pkglist | xargs apk add
|
||||
#Install Nginx and Nginx Repo
|
||||
wget https://nginx.org/keys/nginx_signing.rsa.pub -O /etc/apk/keys/nginx_signing.rsa.pub
|
||||
|
||||
Reference in New Issue
Block a user