installer: use raw refs/heads/main bootstrap URL
This commit is contained in:
parent
25e0465d12
commit
1f2a44bee2
@ -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