From 8edf488636013620e9881053c9b7ee70e75c0987 Mon Sep 17 00:00:00 2001 From: cod378 Date: Sun, 2 Nov 2025 03:32:41 +0000 Subject: [PATCH] refactor: update script paths to use local references --- scripts/install_coral_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_coral_pve.sh b/scripts/install_coral_pve.sh index 27178ca..9cc13b1 100644 --- a/scripts/install_coral_pve.sh +++ b/scripts/install_coral_pve.sh @@ -17,7 +17,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"