From 9570819f59efb986a58757a33fd9962949599af3 Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:56:34 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution (unused path) --- scripts/utilities/system_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utilities/system_utils.sh b/scripts/utilities/system_utils.sh index aa5377d..146f9c2 100644 --- a/scripts/utilities/system_utils.sh +++ b/scripts/utilities/system_utils.sh @@ -35,7 +35,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"