Skip to content

Commit 8b4a57e

Browse files
fix(install): remove unnecessary config bootstrap
Relay auth (auth.automagik.dev) is already the build-time default in the binary — no need to set callback_server or keyring_backend from the installer. Zero config, just works.
1 parent 667791c commit 8b4a57e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,6 @@ else
279279
info "Binary unchanged at ${TARGET}"
280280
fi
281281

282-
# ---------------------------------------------------------------------------
283-
# Bootstrap config (relay auth — no GCP setup needed)
284-
# ---------------------------------------------------------------------------
285-
"$TARGET" config set callback_server https://auth.automagik.dev 2>/dev/null
286-
"$TARGET" config set keyring_backend file 2>/dev/null
287-
ok "Config: relay auth via auth.automagik.dev"
288-
289282
# ---------------------------------------------------------------------------
290283
# Plugin download and install
291284
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)