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:
2025-01-09 23:12:17 +01:00
parent 4fd8df0576
commit 3fda003c05
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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