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:
@@ -1 +1 @@
|
||||
php83-xml php83-fpm php83-curl php83-dom php83-zip php83-mbstring php83-openssl php83-ctype
|
||||
phpPHPver-xml phpPHPver-fpm phpPHPver-curl phpPHPver-dom phpPHPver-zip phpPHPver-mbstring phpPHPver-openssl phpPHPver-ctype
|
||||
@@ -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