Update install.sh

This commit is contained in:
amidevous
2023-10-16 23:27:22 +02:00
committed by GitHub
parent dc516a72b2
commit ab9e18056b
+1 -1
View File
@@ -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