diff --git a/build-php.sh b/build-php.sh index e35d307..1b53d9b 100644 --- a/build-php.sh +++ b/build-php.sh @@ -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