diff --git a/install-remote.sh b/install-remote.sh index 8107c51..e09ed28 100755 --- a/install-remote.sh +++ b/install-remote.sh @@ -4,7 +4,7 @@ set -euo pipefail # One-line installer for hermes-claude-auth. # Usage: curl -fsSL https://raw.githubusercontent.com/kristianvast/hermes-claude-auth/main/install-remote.sh | bash -REPO="https://github.com/kristianvast/hermes-claude-auth.git" +REPO="https://git.abyres.net/public/hermes-claude-auth.git" TMPDIR="$(mktemp -d)" cleanup() { rm -rf "$TMPDIR"; }