Update install-remote.sh
This commit is contained in:
parent
b7999195bd
commit
5d0e185868
@ -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"; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user