From 731ad06b91f67b57a0e6b4a3c6ae8234c10daba2 Mon Sep 17 00:00:00 2001 From: amidevous Date: Tue, 4 Jun 2024 21:21:51 +0200 Subject: [PATCH] Update install.sh --- install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 188aad0..f94c1d2 100644 --- a/install.sh +++ b/install.sh @@ -46,9 +46,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python2.7 python2.7-dev u sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python2.8 python2.8-dev unzip >/dev/null 2>&1 sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3 python3-dev unzip >/dev/null 2>&1 cd /root -wget https://github.com/amidevous/xui.one/releases/download/test/XUI_1.5.12.zip -O XUI_1.5.12.zip -unzip XUI_1.5.12.zip -wget https://raw.githubusercontent.com/amidevous/xui.one/master/install.python3 -O /root/install.python3 +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 +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 python3 /root/install.python3 -echo "finish" -