From 042913e08087baa776eefc30455a2bbecd04af69 Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:51:57 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution (unused path) --- scripts/test/id.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/id.sh b/scripts/test/id.sh index 4f5e215..1d9b361 100644 --- a/scripts/test/id.sh +++ b/scripts/test/id.sh @@ -28,7 +28,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"