chore: Änderungen commited

This commit is contained in:
2025-06-16 09:14:15 +02:00
parent 0e5b66f4fe
commit 84f5ecc29d
5 changed files with 1304 additions and 19 deletions

View File

@ -400,14 +400,15 @@ full_installation() {
return 1
fi
# Installations-Schritte in definierter Reihenfolge
# Installations-Schritte in korrigierter Reihenfolge
# WICHTIG: create_system_user MUSS VOR setup_environment stehen!
local steps=(
"create_system_user"
"setup_environment"
"update_system_packages"
"install_python_dependencies"
"install_node_dependencies"
"setup_desktop_environment"
"create_system_user"
"setup_systemd_services"
"configure_firewall"
"setup_autostart"