From c4ec390ca0e454e5641dbf58ff0a7cbf782d15ca Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 00:13:19 +0000 Subject: [PATCH] refactor: update scripts paths to use local references --- scripts/gpu_tpu/install_coral_pve9.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gpu_tpu/install_coral_pve9.sh b/scripts/gpu_tpu/install_coral_pve9.sh index 1eaf290..1eab069 100644 --- a/scripts/gpu_tpu/install_coral_pve9.sh +++ b/scripts/gpu_tpu/install_coral_pve9.sh @@ -7,7 +7,7 @@ # Last Updated: 25/09/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" LOG_FILE="/tmp/coral_install.log"