From a5459acdaf786767e077bc669f95f9d95eef21cf Mon Sep 17 00:00:00 2001 From: cod378 Date: Sun, 2 Nov 2025 03:28:14 +0000 Subject: [PATCH] feat: switch help menu from remote to local script loading --- scripts/help_info_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/help_info_menu.sh b/scripts/help_info_menu.sh index ef6ae26..285f7c5 100644 --- a/scripts/help_info_menu.sh +++ b/scripts/help_info_menu.sh @@ -19,7 +19,7 @@ # ========================================================== # Configuration ============================================ -REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main" +LOCAL_SCRIPTS="/usr/local/share/proxmenux/scripts" BASE_DIR="/usr/local/share/proxmenux" UTILS_FILE="$BASE_DIR/utils.sh" VENV_PATH="/opt/googletrans-env"