fix: update environment configuration and improve installer output messages
This commit is contained in:
@@ -55,13 +55,13 @@ log_header() {
|
||||
|
||||
print_banner() {
|
||||
cat << 'EOF'
|
||||
╔══════════════════════════════════════════════════════════════════════════╗
|
||||
║ ║
|
||||
║ 🌍 A D V E N T U R E L O G I N S T A L L E R ║
|
||||
║ ║
|
||||
║ The Ultimate Travel Companion ║
|
||||
║ ║
|
||||
╚══════════════════════════════════════════════════════════════════════╝
|
||||
╔═════════════════════════════════════════════════════════════════════════╗
|
||||
║ ║
|
||||
║ A D V E N T U R E L O G I N S T A L L E R ║
|
||||
║ ║
|
||||
║ The Ultimate Travel Companion ║
|
||||
║ ║
|
||||
╚═════════════════════════════════════════════════════════════════════════╝
|
||||
EOF
|
||||
}
|
||||
|
||||
@@ -672,7 +672,7 @@ print_success_message() {
|
||||
cat << 'EOF'
|
||||
╔════════════════════════════════════════════════════════════════════════════╗
|
||||
║ ║
|
||||
║ 🚀 A D V E N T U R E L O G I S R E A D Y F O R L A U N C H! ║
|
||||
║ A D V E N T U R E L O G I S R E A D Y F O R L A U N C H! ║
|
||||
║ ║
|
||||
╚════════════════════════════════════════════════════════════════════════════╝
|
||||
EOF
|
||||
@@ -715,7 +715,7 @@ EOF
|
||||
|
||||
# Optional donation link
|
||||
echo -e "${BOLD}❤️ Enjoying AdventureLog?${NC}"
|
||||
echo -e " Support future development: ${MAGENTA}https://buymeacoffee.com/seanmorley15${NC}"
|
||||
echo -e " Support future development: ${MAGENTA}https://seanmorley.com/sponsor${NC}"
|
||||
echo ""
|
||||
|
||||
echo -e "${BOLD}🌍 Adventure awaits — your journey starts now with AdventureLog!${NC}"
|
||||
|
||||
Reference in New Issue
Block a user