From c816688de37d100d748a0fd5fe365697893aa614 Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:44:48 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution (unused path) --- scripts/storage/disk-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/storage/disk-passthrough.sh b/scripts/storage/disk-passthrough.sh index 889ab19..2535ff0 100644 --- a/scripts/storage/disk-passthrough.sh +++ b/scripts/storage/disk-passthrough.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"