From 9ad092d3400ab51caba5489c988f1658083cf079 Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:47:17 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution (unused path) --- scripts/storage/mount-disk-on-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/storage/mount-disk-on-host.sh b/scripts/storage/mount-disk-on-host.sh index e28d871..fdb4d7d 100644 --- a/scripts/storage/mount-disk-on-host.sh +++ b/scripts/storage/mount-disk-on-host.sh @@ -20,7 +20,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"