"Update backend installation scripts for consistency"

This commit is contained in:
2025-05-23 09:54:17 +02:00
parent 72230c342d
commit ffc32959e0
3 changed files with 120 additions and 46 deletions

View File

@@ -120,7 +120,7 @@ install_system_dependencies() {
else
log "Bitte installieren Sie Python 3 manuell für Ihr System"
fi
exit 1
exit 1
fi
# Python-Version prüfen
@@ -142,10 +142,10 @@ install_system_dependencies() {
sudo apt install python3-pip
else
error_log "Bitte installieren Sie pip3 manuell"
exit 1
fi
fi
exit 1
fi
fi
# Weitere notwendige System-Pakete prüfen
if [[ "$OS" == *"Ubuntu"* ]] || [[ "$OS" == *"Debian"* ]]; then
log "Prüfe System-Pakete für Ubuntu/Debian..."