"Update backend installation scripts for consistency"
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user