From 85294bcd33cb9c6e575ccef1f3c7e2e6d6e17c9e Mon Sep 17 00:00:00 2001 From: cod378 Date: Wed, 12 Nov 2025 04:40:10 +0000 Subject: [PATCH] fix: correct utils.sh download URL format --- install_proxmenux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index a0e605e..32fd7be 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -40,7 +40,7 @@ BASE_DIR="/usr/local/share/proxmenux" CONFIG_FILE="$BASE_DIR/config.json" CACHE_FILE="$BASE_DIR/cache.json" UTILS_FILE="$BASE_DIR/utils.sh" -UTILS_URL="https://github.com/MacRimi/ProxMenux/raw/refs/heads/main/scripts/utils.sh" +UTILS_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/utils.sh" LOCAL_VERSION_FILE="$BASE_DIR/version.txt" MENU_SCRIPT="menu" VENV_PATH="/opt/googletrans-env"