From bbc3c922a641c859d4b533a24d36ec502e9aa65a Mon Sep 17 00:00:00 2001 From: cod378 Date: Sun, 2 Nov 2025 23:58:48 +0000 Subject: [PATCH] refactor: switch from remote repo to local script paths --- scripts/global/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/common-functions.sh b/scripts/global/common-functions.sh index cda8b9b..b56baf4 100644 --- a/scripts/global/common-functions.sh +++ b/scripts/global/common-functions.sh @@ -4,7 +4,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"