Update install.sh

This commit is contained in:
quydang 2023-09-28 17:51:16 +07:00 committed by GitHub
parent 02fd956216
commit feb6a97e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"