From 5553bf118872eae2d388132b9157e54faa3a9caa Mon Sep 17 00:00:00 2001 From: amidevous Date: Sat, 21 Oct 2023 10:27:23 +0200 Subject: [PATCH] Update build-php.sh --- build-php.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-php.sh b/build-php.sh index 1b53d9b..e35d307 100644 --- a/build-php.sh +++ b/build-php.sh @@ -31,7 +31,6 @@ 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