Fix banner alignment in installer script (#4011)

Co-authored-by: Ahmed Khaled <wakeupwithme000@gmail.com>
This commit is contained in:
Teknium 2026-03-30 11:24:10 -07:00 committed by GitHub
parent 60ecde8ac7
commit ea342f2382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ print_banner() {
echo ""
echo -e "${MAGENTA}${BOLD}"
echo "┌─────────────────────────────────────────────────────────┐"
echo "│ ⚕ Hermes Agent Installer │"
echo "│ ⚕ Hermes Agent Installer │"
echo "├─────────────────────────────────────────────────────────┤"
echo "│ An open source AI agent by Nous Research. │"
echo "└─────────────────────────────────────────────────────────┘"