From 958f1d8612be1ddb3c7738981442ddfff86d6181 Mon Sep 17 00:00:00 2001 From: amidevous Date: Sat, 12 Oct 2024 12:40:42 +0200 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 17fc541..fe85c4f 100644 --- a/install.sh +++ b/install.sh @@ -32,10 +32,10 @@ elif [ -f /etc/os-release ]; then fi ARCH=$(uname -m) echo "Detected : $OS $VER $ARCH" -wget https://github.com/amidevous/xui.one/raw/refs/heads/master/install-dep.sh -O /tmp/install-dep.sh -bash install-dep.sh +wget https://github.com/amidevous/xui.one/raw/refs/heads/master/install-dep.sh -qO /tmp/install-dep.sh >/dev/null 2>&1 +bash /tmp/install-dep.sh cd /root -wget https://github.com/amidevous/xui.one/releases/download/test/XUI_1.5.12.zip -O XUI_1.5.12.zip >/dev/null 2>&1 +wget https://github.com/amidevous/xui.one/releases/download/test/XUI_1.5.12.zip -qO XUI_1.5.12.zip >/dev/null 2>&1 unzip XUI_1.5.12.zip >/dev/null 2>&1 -wget https://raw.githubusercontent.com/amidevous/xui.one/master/install.python3 -O /root/install.python3 >/dev/null 2>&1 +wget https://raw.githubusercontent.com/amidevous/xui.one/master/install.python3 -qO /root/install.python3 >/dev/null 2>&1 python3 /root/install.python3