From f2afc94ed28ba9cddaa0118eef76059aee63d12f Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 01:56:23 +0000 Subject: [PATCH] refactor: switch from remote URLs to local script execution (unused path) --- scripts/utilities/pve8to9_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utilities/pve8to9_check.sh b/scripts/utilities/pve8to9_check.sh index 4c26183..4afdc25 100644 --- a/scripts/utilities/pve8to9_check.sh +++ b/scripts/utilities/pve8to9_check.sh @@ -9,7 +9,7 @@ # Last Updated: 14/08/2025 # ========================================================== -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"