Skip to content

feat: main selection on the install script#134

Open
Dead-Bytes wants to merge 1 commit into
mainfrom
feat/install_target
Open

feat: main selection on the install script#134
Dead-Bytes wants to merge 1 commit into
mainfrom
feat/install_target

Conversation

@Dead-Bytes

Copy link
Copy Markdown
Collaborator
  • intsall script now installs main branch instead of a specific branch

Copilot AI review requested due to automatic review settings June 9, 2026 05:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the one-command install.sh flow so new installs track the repository’s mainline code rather than a previously hard-coded prerelease branch.

Changes:

  • Removed the hard-coded REPO_BRANCH (and BYTEBELL_BRANCH override) from the installer.
  • Switched git clone to clone without specifying a branch.

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

Comment thread install.sh
print_info "existing install detected at open-ir/ — leaving it untouched (no git pull)"
else
git clone --branch "$REPO_BRANCH" "$REPO_URL" open-ir
git clone "$REPO_URL"
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.

2 participants