Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastyToast25 authored Apr 8, 2024
1 parent ab27dcc commit 996c30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 996c30b

Please sign in to comment.