From 61cd198d3504382056ce1d2ecfdb450c3ab7ff0d Mon Sep 17 00:00:00 2001 From: cod378 Date: Sun, 2 Nov 2025 03:27:18 +0000 Subject: [PATCH] feat: switch disk passthrough script to use local scripts --- scripts/disk-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index e90c421..d33ed25 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/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"