fix: Add -e flag to echo commands in install.sh for proper color code interpretation

- Lines 211-212 now use echo -e to interpret ANSI color codes
- Colors will now display correctly in terminal output during installation
This commit is contained in:
2026-02-23 18:48:12 +01:00
parent fa59ef5e8a
commit 9173e59e1e

View File

@@ -208,8 +208,8 @@ print_success "Die Anwendung wurde installiert!"
echo ""
echo "Sie können die Anwendung nun starten:"
echo ""
echo " 1. ${BLUE}Über das Anwendungsmenü${NC} (suchen Sie nach 'PDF zu ICS')"
echo " 2. ${BLUE}Über die Kommandozeile:${NC} pdf-to-ics"
echo -e " 1. ${BLUE}Über das Anwendungsmenü${NC} (suchen Sie nach 'PDF zu ICS')"
echo -e " 2. ${BLUE}Über die Kommandozeile:${NC} pdf-to-ics"
echo ""
echo "Installation Details:"
echo " • Installationsverzeichnis: $INSTALL_DIR"