From ab9e18056b63e8ca82a94b6417c014010ebc84c0 Mon Sep 17 00:00:00 2001 From: amidevous Date: Mon, 16 Oct 2023 23:27:22 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e02d139..1a609e4 100644 --- a/install.sh +++ b/install.sh @@ -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