Skip to content

fix: update installation script URL to use refs/heads/main for consis…#289

Merged
jeffreyliimerch merged 1 commit intoholaboss-ai:mainfrom
MNDL-27:main
May 7, 2026
Merged

fix: update installation script URL to use refs/heads/main for consis…#289
jeffreyliimerch merged 1 commit intoholaboss-ai:mainfrom
MNDL-27:main

Conversation

@MNDL-27
Copy link
Copy Markdown

@MNDL-27 MNDL-27 commented May 7, 2026

This pull request updates the installation instructions in the README.md file to point to the correct repository URL for the installer script.

  • Documentation update:
    • Changed the installer script URL in the installation instructions to use the public holaboss-ai/holaOS repository instead of the private holaboss-ai/holaOS-priv repository.

Copilot AI review requested due to automatic review settings May 7, 2026 13:28
@MNDL-27 MNDL-27 requested a review from jeffreyliimerch as a code owner May 7, 2026 13:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README one-line installation command to fetch the installer script from the public holaboss-ai/holaOS repository (instead of the private holaboss-ai/holaOS-priv) to make setup instructions usable for external users.

Changes:

  • Updated the README “One-Line Install” curl URL to target holaboss-ai/holaOS.
  • Adjusted the referenced git ref in the raw GitHub URL (currently to refs/heads/main).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md

```bash
curl -fsSL https://raw.githubusercontent.com/holaboss-ai/holaOS-priv/main/scripts/install.sh | bash -s -- --launch
curl -fsSL https://raw.githubusercontent.com/holaboss-ai/holaOS/refs/heads/main/scripts/install.sh | bash -s -- --launch
Comment thread README.md

```bash
curl -fsSL https://raw.githubusercontent.com/holaboss-ai/holaOS-priv/main/scripts/install.sh | bash -s -- --launch
curl -fsSL https://raw.githubusercontent.com/holaboss-ai/holaOS/refs/heads/main/scripts/install.sh | bash -s -- --launch
@jeffreyliimerch
Copy link
Copy Markdown
Collaborator

Thanks for the fix here. The installer URL update is helpful. I found a couple of remaining holaOS-priv references elsewhere in README.md, so I’m going to handle that follow-up cleanup separately.

Copy link
Copy Markdown
Collaborator

@jeffreyliimerch jeffreyliimerch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix here. The installer URL change is correct, and I’m merging the remaining README cleanup separately.

@jeffreyliimerch jeffreyliimerch merged commit 40dead4 into holaboss-ai:main May 7, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants