diff --git a/README.md b/README.md index aa427e9..122387f 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 -curl -fsSL https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/install.sh | bash +curl -fsSL https://gitea.app.monadical.io/monadical/internalai-setup/raw/branch/main/install.sh | bash ``` This will: @@ -64,7 +64,7 @@ The InternalAI platform repository is private. You'll need one of: ### 1. Run the Installer ```bash -curl -fsSL https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/install.sh | bash +curl -fsSL https://gitea.app.monadical.io/monadical/internalai-setup/raw/branch/main/install.sh | bash ``` ### 2. Follow the Prompts diff --git a/install.sh b/install.sh index 2aa2454..064e394 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,6 @@ set -euo pipefail # InternalAI Platform Installer -# Usage: bash <(curl -fsSL https://gitea.app.monadical.io/jose/internalai-setup/raw/branch/main/install.sh) # ============================================================================ # Configuration