From fa1e6c6c64d61e726c2402925a6fd8c15b270d1f Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:27:37 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution --- scripts/share/commands_share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/commands_share.sh b/scripts/share/commands_share.sh index 94fe5f9..9f2bfc8 100644 --- a/scripts/share/commands_share.sh +++ b/scripts/share/commands_share.sh @@ -11,7 +11,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"