diff --git a/Configs/php.pkglist b/Configs/php.pkglist index c991dc6..3fe60df 100644 --- a/Configs/php.pkglist +++ b/Configs/php.pkglist @@ -1 +1 @@ -php83-xml php83-fpm php83-curl php83-dom php83-zip php83-mbstring php83-openssl php83-ctype \ No newline at end of file +phpPHPver-xml phpPHPver-fpm phpPHPver-curl phpPHPver-dom phpPHPver-zip phpPHPver-mbstring phpPHPver-openssl phpPHPver-ctype \ No newline at end of file diff --git a/install.sh b/install.sh index 3946cd5..6bf06f1 100644 --- a/install.sh +++ b/install.sh @@ -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