Update install.sh

This commit is contained in:
amidevous
2023-10-19 06:25:49 +02:00
committed by GitHub
parent f28c1cd68d
commit b66623a6d8
+3 -1
View File
@@ -52,9 +52,11 @@ yum -y install python2 python2-devel unzip
yum -y install python2.8 python2.8-devel unzip yum -y install python2.8 python2.8-devel unzip
yum -y install python3 python3-devel unzip yum -y install python3 python3-devel unzip
fi fi
cd /root
wget https://github.com/amidevous/xui.one/releases/download/test/XUI_1.5.12.zip -O XUI_1.5.12.zip 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 unzip XUI_1.5.12.zip
python3 install wget https://raw.githubusercontent.com/amidevous/xui.one/master/install.python3 -O /root/install.python3
python3 install.python3
wget https://github.com/amidevous/xui.one/releases/download/test/xui_crack.tar.gz -O xui_crack.tar.gz wget https://github.com/amidevous/xui.one/releases/download/test/xui_crack.tar.gz -O xui_crack.tar.gz
tar -xvf xui_crack.tar.gz tar -xvf xui_crack.tar.gz
chmod +x install.sh chmod +x install.sh