Skip to content

fix(install): update canonical install URL to download.libra.tools#430

Merged
genedna merged 3 commits into
mainfrom
copilot/fix-issue-426
Jul 6, 2026
Merged

fix(install): update canonical install URL to download.libra.tools#430
genedna merged 3 commits into
mainfrom
copilot/fix-issue-426

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

The install.sh examples and help text referenced https://libra.tools/install.sh, but the actual hosted installer lives at https://download.libra.tools/install.sh.

Changes

  • install.sh — replaced all user-facing curl examples (header comments, usage(), error_exit() hints, and runtime printf output) with the correct https://download.libra.tools/install.sh URL
  • tests/compat/installer_https_examples_guard.rs — removed; the guard enforced the wrong URL and is no longer needed
  • Cargo.toml — dropped the compat_installer_https_examples_guard [[test]] entry
  • tests/compat/README.md — removed the corresponding inventory row

Link: #426

Copilot AI review requested due to automatic review settings July 6, 2026 05:43
Copilot AI removed the request for review from Copilot July 6, 2026 05:43
@genedna genedna marked this pull request as ready for review July 6, 2026 05:56
Copilot AI review requested due to automatic review settings July 6, 2026 05:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 installer script’s user-facing curl | sh instructions to reference the correct canonical hosted URL (https://download.libra.tools/install.sh) instead of the previously documented https://libra.tools/install.sh.

Changes:

  • Updated install.sh header/help/output text to point curl -fsSL https://download.libra.tools/install.sh | sh at the correct host.
  • Includes an unrelated change to template/pre-commit.ps1 (appears to be diff churn / whitespace), which should be reverted or split out.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
install.sh Repoints all user-facing installer download examples to https://download.libra.tools/install.sh.
template/pre-commit.ps1 Unrelated modification (diff churn); should be restored to match main or moved to a separate PR.

Comment thread template/pre-commit.ps1
Comment on lines +1 to +12

#!/bin/sh


# Pre-commit hook example
# Exit with 0 to allow commit, non-zero to reject

# Example
# Write-Host "Running pre-commit hook"


exit 0
@genedna genedna merged commit a98fa87 into main Jul 6, 2026
9 of 11 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