mirror of
https://github.com/amidevous/xui.one
synced 2026-07-15 17:20:03 +02:00
Update build-php.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user