mirror of
https://github.com/amidevous/xui.one
synced 2026-07-15 17:20:03 +02:00
Update install.sh
This commit is contained in:
+1
-1
@@ -34,7 +34,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/depbuild.sh && bash /root/install-dep.sh
|
||||
wget https://raw.githubusercontent.com/amidevous/xtream-ui-ubuntu20.04/master/install-dep.sh -O /root/install-dep.sh && bash /root/install-dep.sh
|
||||
if [[ "$OS" = "CentOs" && "$VER" = "6" && "$ARCH" == "x86_64" ]] ; then
|
||||
/opt/rh/devtoolset-9/enable
|
||||
source /opt/rh/devtoolset-9/enable
|
||||
|
||||
Reference in New Issue
Block a user