From 97655ef75d19dd8cda1075cbfdbe513ab2e1c364 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 11 Jul 2025 14:24:29 -0700 Subject: [PATCH] fix(Install): update script URLs --- README.md | 3 ++- install/install_nomad.sh | 4 ++-- install/management_compose.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bde36b..b772d3c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# *NOTE: Project N.O.M.A.D. is still in active development and should not be considered stable!* # Project N.O.M.A.D. (Node for Offline Media, Archives, and Data) Project N.O.M.A.D., is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. @@ -9,7 +10,7 @@ Project N.O.M.A.D. can be installed on any Debian-based operating system (we rec ```bash curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/master/install/install_nomad.sh -o install_nomad.sh -sudo bash ./install_nomad.sh +sudo bash install_nomad.sh ``` Project N.O.M.A.D. is now installed on your device! Open a browser and navigate to `http://localhost:8080` (or `http://DEVICE_IP:8080`) to start exploring! diff --git a/install/install_nomad.sh b/install/install_nomad.sh index 4b59bad..c76c118 100644 --- a/install/install_nomad.sh +++ b/install/install_nomad.sh @@ -29,8 +29,8 @@ GREEN='\033[1;32m' # Light Green. ################################################################################################################################################################################################### WHIPTAIL_TITLE="Project N.O.M.A.D Installation" -MANAGEMENT_COMPOSE_FILE_URL="http://192.168.1.53:8000/management_compose.yaml" -ENTRYPOINT_SCRIPT_URL="http://192.168.1.53:8000/entrypoint.sh" +MANAGEMENT_COMPOSE_FILE_URL="https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/master/install/management_compose.yaml" +ENTRYPOINT_SCRIPT_URL="https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/master/install/entrypoint.sh" WAIT_FOR_IT_SCRIPT_URL="https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh" script_option_debug='true' diff --git a/install/management_compose.yaml b/install/management_compose.yaml index cbbda6f..17ea28f 100644 --- a/install/management_compose.yaml +++ b/install/management_compose.yaml @@ -1,6 +1,6 @@ services: admin: - image: jturnercosmistack/projectnomad:admin-latest + image: ghcr.io/crosstalk-solutions/project-nomad-admin:1.0.0 pull_policy: always container_name: nomad_admin restart: unless-stopped