launch: update hermes install urls to official (#16913)
This commit is contained in:
@@ -23,8 +23,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
hermesInstallScript = "curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash -s -- --skip-setup"
|
hermesInstallScript = "curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash -s -- --skip-setup"
|
||||||
hermesWindowsInstallURL = "https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1"
|
hermesWindowsInstallURL = "https://hermes-agent.nousresearch.com/install.ps1"
|
||||||
hermesWindowsInstallCmd = "& ([scriptblock]::Create((irm " + hermesWindowsInstallURL + "))) -SkipSetup"
|
hermesWindowsInstallCmd = "& ([scriptblock]::Create((irm " + hermesWindowsInstallURL + "))) -SkipSetup"
|
||||||
hermesProviderName = "Ollama"
|
hermesProviderName = "Ollama"
|
||||||
hermesProviderKey = "ollama-launch"
|
hermesProviderKey = "ollama-launch"
|
||||||
@@ -128,8 +128,8 @@ func (h *HermesDesktop) packagedAppExists() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// These roots mirror Hermes' own install layout:
|
// These roots mirror Hermes' own install layout:
|
||||||
// scripts/install.sh uses ~/.hermes/hermes-agent for user installs and
|
// install.sh uses ~/.hermes/hermes-agent for user installs and
|
||||||
// /usr/local/lib/hermes-agent for new Linux root installs; scripts/install.ps1
|
// /usr/local/lib/hermes-agent for new Linux root installs; install.ps1
|
||||||
// and the bootstrap installer use %LOCALAPPDATA%\hermes\hermes-agent on
|
// and the bootstrap installer use %LOCALAPPDATA%\hermes\hermes-agent on
|
||||||
// Windows. HERMES_HOME and HERMES_INSTALL_DIR are installer-supported
|
// Windows. HERMES_HOME and HERMES_INSTALL_DIR are installer-supported
|
||||||
// overrides.
|
// overrides.
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ hermes setup
|
|||||||
If you'd rather drive Hermes's own wizard instead of `ollama launch hermes`, install it directly:
|
If you'd rather drive Hermes's own wizard instead of `ollama launch hermes`, install it directly:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
|
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Hermes launches the setup wizard automatically. Choose **Quick setup**:
|
Hermes launches the setup wizard automatically. Choose **Quick setup**:
|
||||||
|
|||||||
Reference in New Issue
Block a user