Merge pull request #2738 from zeroclaw-labs/codex/raw-refs-heads-installer-url

installer: use raw refs/heads/main bootstrap URL
This commit is contained in:
Argenis 2026-03-04 09:40:58 -05:00 committed by GitHub
commit 69f6c846bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ set -euo pipefail
# Canonical remote installer entrypoint.
# Default behavior for no-arg interactive shells is TUI onboarding.
BOOTSTRAP_URL="${ZEROCLAW_BOOTSTRAP_URL:-https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/main/scripts/bootstrap.sh}"
BOOTSTRAP_URL="${ZEROCLAW_BOOTSTRAP_URL:-https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/refs/heads/main/scripts/bootstrap.sh}"
have_cmd() {
command -v "$1" >/dev/null 2>&1