From 43f005c9acff39ac152891e784e953a3520c728b Mon Sep 17 00:00:00 2001 From: amidevous Date: Sat, 21 Oct 2023 06:34:05 +0200 Subject: [PATCH] Update build-php.sh --- build-php.sh | 1 + 1 file changed, 1 insertion(+) 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