From 6293556837e0ac80b1a6af48e7ea787302431b59 Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:51:06 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution (unused path) --- scripts/test/vm/synology4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/vm/synology4.sh b/scripts/test/vm/synology4.sh index fe94ae4..08af512 100644 --- a/scripts/test/vm/synology4.sh +++ b/scripts/test/vm/synology4.sh @@ -29,7 +29,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"