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:
commit
69f6c846bf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user