mirror of
https://github.com/amidevous/xui.one
synced 2026-07-15 17:20:03 +02:00
Update install.sh
This commit is contained in:
+4
-4
@@ -32,10 +32,10 @@ elif [ -f /etc/os-release ]; then
|
|||||||
fi
|
fi
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
echo "Detected : $OS $VER $ARCH"
|
echo "Detected : $OS $VER $ARCH"
|
||||||
wget https://github.com/amidevous/xui.one/raw/refs/heads/master/install-dep.sh -O /tmp/install-dep.sh
|
wget https://github.com/amidevous/xui.one/raw/refs/heads/master/install-dep.sh -qO /tmp/install-dep.sh >/dev/null 2>&1
|
||||||
bash install-dep.sh
|
bash /tmp/install-dep.sh
|
||||||
cd /root
|
cd /root
|
||||||
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
|
wget https://github.com/amidevous/xui.one/releases/download/test/XUI_1.5.12.zip -qO XUI_1.5.12.zip >/dev/null 2>&1
|
||||||
unzip 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
|
wget https://raw.githubusercontent.com/amidevous/xui.one/master/install.python3 -qO /root/install.python3 >/dev/null 2>&1
|
||||||
python3 /root/install.python3
|
python3 /root/install.python3
|
||||||
|
|||||||
Reference in New Issue
Block a user