chore: update banner in installation and database migration scripts for improved visibility

This commit is contained in:
Anish Sarkar 2026-02-26 16:18:13 +05:30
parent f051c19aca
commit 5030dec96b
2 changed files with 13 additions and 5 deletions

View file

@ -91,6 +91,7 @@ echo ""
printf '\033[1;37m'
cat << 'EOF'
.d8888b. .d888 .d8888b.
d88P Y88b d88P" d88P Y88b
Y88b. 888 Y88b.
@ -100,6 +101,7 @@ Y88b. 888 Y88b.
Y88b d88P Y88b 888 888 888 Y88b d88P Y8b. 888 888 X88 Y8b.
"Y8888P" "Y88888 888 888 "Y8888P" "Y8888 888 888 88888P' "Y8888
EOF
printf " Your personal AI-powered search engine ${YELLOW}v${SURFSENSE_VERSION:-latest}${NC}\n"
printf "${CYAN}══════════════════════════════════════════════════════════════${NC}\n\n"

View file

@ -128,11 +128,17 @@ wait_for_pg() {
# ── Banner ────────────────────────────────────────────────────────────────────
printf "\n${BOLD}${CYAN}"
cat << 'EOF'
____ __ ____
/ ___| _ _ _ __ / _|/ ___| ___ _ __ ___ ___
\___ \| | | | '__| |_\___ \ / _ \ '_ \/ __|/ _ \
___) | |_| | | | _|___) | __/ | | \__ \ __/
|____/ \__,_|_| |_| |____/ \___|_| |_|___/\___|
.d8888b. .d888 .d8888b.
d88P Y88b d88P" d88P Y88b
Y88b. 888 Y88b.
"Y888b. 888 888 888d888 888888 "Y888b. .d88b. 88888b. .d8888b .d88b.
"Y88b. 888 888 888P" 888 "Y88b. d8P Y8b 888 "88b 88K d8P Y8b
"888 888 888 888 888 "888 88888888 888 888 "Y8888b. 88888888
Y88b d88P Y88b 888 888 888 Y88b d88P Y8b. 888 888 X88 Y8b.
"Y8888P" "Y88888 888 888 "Y8888P" "Y8888 888 888 88888P' "Y8888
EOF
printf "${NC}"