diff --git a/scripts/install.ps1 b/scripts/install.ps1 index a6679c934..0f97d497e 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -24,7 +24,8 @@ $ErrorActionPreference = "Stop" # Configuration # ============================================================================ -$RepoUrl = "https://github.com/NousResearch/hermes-agent.git" +$RepoUrlSsh = "git@github.com:NousResearch/hermes-agent.git" +$RepoUrlHttps = "https://github.com/NousResearch/hermes-agent.git" # ============================================================================ # Helper functions