更新 xu1

This commit is contained in:
2026-02-26 10:58:20 +08:00
parent f927f60163
commit 629c840179

18
xu1
View File

@@ -13,8 +13,8 @@ Blue="\033[36m"
Font="\033[0m" Font="\033[0m"
# --- 核心配置 (用户定制) --- # --- 核心配置 (用户定制) ---
DB_URL_PUBLIC="https://git.vps3344521.xyz/3344/dock/releases/download/3xui/x-ui%20%E6%88%B702.db" DB_URL_PUBLIC="https://git.77582585.xyz/3344/dock/releases/download/3xui/x-ui%20%E6%88%B702.db"
DB_URL_PRIVATE="https://git.vps3344521.xyz/attachments/c457401f-76dd-4499-8ea3-a8b628bc963a" DB_URL_PRIVATE="https://git.77582585.xyz/attachments/c457401f-76dd-4499-8ea3-a8b628bc963a"
INSTALL_PATH="/usr/local/x-ui" INSTALL_PATH="/usr/local/x-ui"
BIN_LINK="/usr/bin/x-ui" BIN_LINK="/usr/bin/x-ui"
@@ -114,31 +114,31 @@ FILE_NAME=""
case $ARCH in case $ARCH in
x86_64) x86_64)
FILE_NAME="x-ui-linux-amd64.tar.gz" FILE_NAME="x-ui-linux-amd64.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/40eeb013-5006-423f-ad74-a0541ab340f4" DOWNLOAD_URL="https://git.77582585.xyz/attachments/40eeb013-5006-423f-ad74-a0541ab340f4"
;; ;;
aarch64|armv8) aarch64|armv8)
FILE_NAME="x-ui-linux-arm64.tar.gz" FILE_NAME="x-ui-linux-arm64.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/4ab708d5-6bc8-42c0-8494-ef5efe03e074" DOWNLOAD_URL="https://git.77582585.xyz/attachments/4ab708d5-6bc8-42c0-8494-ef5efe03e074"
;; ;;
i386|i686) i386|i686)
FILE_NAME="x-ui-linux-386.tar.gz" FILE_NAME="x-ui-linux-386.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/d1604006-c6b7-4c7c-9652-b42b229ef4cb" DOWNLOAD_URL="https://git.77582585.xyz/attachments/d1604006-c6b7-4c7c-9652-b42b229ef4cb"
;; ;;
armv5*) armv5*)
FILE_NAME="x-ui-linux-armv5.tar.gz" FILE_NAME="x-ui-linux-armv5.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/8a5c678c-4ae4-43c4-910d-7e47f7c21c22" DOWNLOAD_URL="https://git.77582585.xyz/attachments/8a5c678c-4ae4-43c4-910d-7e47f7c21c22"
;; ;;
armv6*) armv6*)
FILE_NAME="x-ui-linux-armv6.tar.gz" FILE_NAME="x-ui-linux-armv6.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/0e7c7fd7-192e-44b3-9739-785a5fb1b51f" DOWNLOAD_URL="https://git.77582585.xyz/attachments/0e7c7fd7-192e-44b3-9739-785a5fb1b51f"
;; ;;
armv7*) armv7*)
FILE_NAME="x-ui-linux-armv7.tar.gz" FILE_NAME="x-ui-linux-armv7.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/9d1bf416-afb6-4e9f-b46b-ab3a1913a998" DOWNLOAD_URL="https://git.77582585.xyz/attachments/9d1bf416-afb6-4e9f-b46b-ab3a1913a998"
;; ;;
s390x) s390x)
FILE_NAME="x-ui-linux-s390x.tar.gz" FILE_NAME="x-ui-linux-s390x.tar.gz"
DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/18784828-0d20-4bc5-908c-15f91bcf8eb5" DOWNLOAD_URL="https://git.77582585.xyz/attachments/18784828-0d20-4bc5-908c-15f91bcf8eb5"
;; ;;
*) *)
echo -e "${Red}不支持或无法识别的架构: $ARCH${Font}" echo -e "${Red}不支持或无法识别的架构: $ARCH${Font}"