From 066d457d41f16d0e16f07a9bc3908fa1fa5de9b8 Mon Sep 17 00:00:00 2001 From: Jose B Date: Thu, 4 Dec 2025 13:11:33 -0500 Subject: [PATCH] chore: update repository URLs from monadical to jose namespace --- README.md | 4 ++-- install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d88fd2..a7c7ccd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Official installer for the InternalAI Platform - a multi-service monorepo platfo Run this one-liner to install the InternalAI platform: ```bash -bash <(curl -fsSL https://gitea.app.monadical.io/monadical/internalai-setup/raw/branch/main/install.sh) +curl -fsSL https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/install.sh | bash ``` This will: @@ -61,7 +61,7 @@ The InternalAI platform repository is private. You'll need one of: ### 1. Run the Installer ```bash -bash <(curl -fsSL https://gitea.app.monadical.io/monadical/internalai-setup/raw/branch/main/install.sh) +curl -fsSL https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/install.sh | bash ``` ### 2. Follow the Prompts diff --git a/install.sh b/install.sh index 1f0d89b..0d82052 100755 --- a/install.sh +++ b/install.sh @@ -2,13 +2,13 @@ set -euo pipefail # InternalAI Platform Installer -# Usage: bash <(curl -fsSL https://gitea.app.monadical.io/monadical/internalai-setup/raw/branch/main/install.sh) +# Usage: bash <(curl -fsSL https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/install.sh) # ============================================================================ # Configuration # ============================================================================ -SETUP_URL="https://gitea.app.monadical.io/monadical/internalai-setup/raw/branch/main/setup.sh" +SETUP_URL="https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/setup.sh" INSTALLER_VERSION="1.0.0" # Colors