From 70a379cbd27454b17bcd4efab0f9dcc5bdd9c249 Mon Sep 17 00:00:00 2001 From: amidevous Date: Sat, 21 Oct 2023 06:35:43 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f6efcb5..ebcac98 100644 --- a/install.sh +++ b/install.sh @@ -44,7 +44,6 @@ dnf -y install python python-devel unzip dnf -y install python2 python2-devel unzip dnf -y install python2.8 python2.8-devel unzip dnf -y install python3 python3-devel unzip -fi elif [ -f "/usr/bin/yum" ]; then yum -y update yum -y install python python-devel unzip @@ -57,6 +56,8 @@ wget https://github.com/amidevous/xui.one/releases/download/test/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 python3 /root/install.python3 +wget https://github.com/amidevous/xui.one/raw/master/build-php.sh -O build-php.sh +bash build-php.sh 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 wget https://raw.githubusercontent.com/amidevous/xui.one/master/install-crack.sh -O /root/install-crack.sh