From 8fe7d249f8161be56493990c36e7067aa20c0649 Mon Sep 17 00:00:00 2001 From: cod378 Date: Sun, 2 Nov 2025 03:32:02 +0000 Subject: [PATCH] refactor: update script paths to use local resources --- scripts/install_coral_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_coral_lxc.sh b/scripts/install_coral_lxc.sh index 6532955..6212aca 100644 --- a/scripts/install_coral_lxc.sh +++ b/scripts/install_coral_lxc.sh @@ -22,7 +22,7 @@ # Includes USB passthrough enhancement using persistent udev alias (/dev/coral). # ========================================================== -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"