From feb6a97e269eef93eebb3a365c83b024d5d040bd Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:51:16 +0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dd9c82e6..9872f604 100644 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ archxui(){ xui_download_url="" if [ "$(archxui)" == "amd64" ]; then xui_download_url="https://github.com/quydang04/x-ui/releases/download/latest/x-ui-linux-amd64.tar.gz" -elif [ "$(archxui)" == "arm32" ]; then +elif [ "$(archxui)" == "armv7" ]; then xui_download_url="https://github.com/quydang04/x-ui/releases/download/latest/x-ui-linux-armv7.tar.gz" elif [ "$(archxui)" == "arm64" ]; then xui_download_url="https://github.com/quydang04/x-ui/releases/download/latest/x-ui-linux-arm64.tar.gz"