Update build-php.sh

This commit is contained in:
amidevous
2023-10-21 06:34:05 +02:00
committed by GitHub
parent ab8d9a6b3f
commit 43f005c9ac
+1
View File
@@ -31,6 +31,7 @@ elif [ -f /etc/os-release ]; then
VER=$(uname -r)
fi
ARCH=$(uname -m)
wget https://raw.githubusercontent.com/amidevous/xtream-ui-ubuntu20.04/master/install-dep.sh -O /root/install-dep.sh && bash /root/install-dep.sh
mkdir -p /root/phpbuild/
cd /root/phpbuild/
wget --no-check-certificate https://www.php.net/distributions/php-7.4.33.tar.gz -O /root/phpbuild/php-7.4.33.tar.gz