From 996c30b9d7fe41ddab0935573ba9c7480588cdb6 Mon Sep 17 00:00:00 2001 From: ToastyToast25 <97374236+ToastyToast25@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:51:18 -0400 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f4a54a3..4999b1f 100644 --- a/install.sh +++ b/install.sh @@ -55,9 +55,9 @@ yum -y install python2.8 python2.8-devel unzip yum -y install python3 python3-devel unzip 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/ToastyToast25/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://raw.githubusercontent.com/ToastyToast25/xui.one/master/install.python3 -O /root/install.python3 python3 /root/install.python3 echo "finish"