diff --git a/scripts/install.ps1 b/scripts/install.ps1 index a90fe96447..1e40f6d005 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -39,7 +39,7 @@ function Write-Banner { Write-Host "┌─────────────────────────────────────────────────────────┐" -ForegroundColor Magenta Write-Host "│ 🦋 Hermes Agent Installer │" -ForegroundColor Magenta Write-Host "├─────────────────────────────────────────────────────────┤" -ForegroundColor Magenta - Write-Host "│ I'm just a butterfly with a lot of tools. │" -ForegroundColor Magenta + Write-Host "│ An open source AI agent by Nous Research. │" -ForegroundColor Magenta Write-Host "└─────────────────────────────────────────────────────────┘" -ForegroundColor Magenta Write-Host "" } diff --git a/scripts/install.sh b/scripts/install.sh index 5d467f2c02..0e681bdae8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -86,7 +86,7 @@ print_banner() { echo "┌─────────────────────────────────────────────────────────┐" echo "│ 🦋 Hermes Agent Installer │" echo "├─────────────────────────────────────────────────────────┤" - echo "│ I'm just a butterfly with a lot of tools. │" + echo "│ An open source AI agent by Nous Research. │" echo "└─────────────────────────────────────────────────────────┘" echo -e "${NC}" }