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,6 +31,7 @@ elif [ -f /etc/os-release ]; then
|
|||||||
VER=$(uname -r)
|
VER=$(uname -r)
|
||||||
fi
|
fi
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
|
mkdir -p /root/phpbuild/
|
||||||
cd /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
|
wget --no-check-certificate https://www.php.net/distributions/php-7.4.33.tar.gz -O /root/phpbuild/php-7.4.33.tar.gz
|
||||||
rm -rf /root/phpbuild/php-7.4.33
|
rm -rf /root/phpbuild/php-7.4.33
|
||||||
@@ -53,3 +54,5 @@ killall php-fpm
|
|||||||
killall php
|
killall php
|
||||||
killall php-fpm
|
killall php-fpm
|
||||||
make install
|
make install
|
||||||
|
cd /root
|
||||||
|
rm -rf /root/phpbuild/
|
||||||
|
|||||||
Reference in New Issue
Block a user