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:
+1
-1
@@ -31,7 +31,7 @@ elif [ -f /etc/os-release ]; then
|
||||
VER="$(uname -r)"
|
||||
fi
|
||||
ARCH=$(uname -m)
|
||||
echo 'Detected : "$OS" "$VER" "$ARCH"'
|
||||
echo "Detected : $OS $VER $ARCH"
|
||||
if [[ "$OS" = "Ubuntu" && ( "$VER" = "20.04" || "$VER" = "22.04" || "$VER" = "24.04" ) && "$ARCH" == "x86_64" ]] ; then
|
||||
echo "Ok."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user