From ef092bd4a6b6f5e524fa9d235dc44ba2c25f47a3 Mon Sep 17 00:00:00 2001 From: Pepe44DEV Date: Wed, 27 May 2026 22:40:17 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20sddm=20als=20letztes=20Modul=20ausf?= =?UTF-8?q?=C3=BChren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit systemctl enable sddm --now kann sofort zu SDDM wechseln und das Script vorzeitig beenden. sddm ist jetzt das letzte Modul in FRESH_MODULES und DEFAULT_MODULES, nach post/apply-theme. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 272aa7b..9f8dba0 100755 --- a/install.sh +++ b/install.sh @@ -23,8 +23,8 @@ DEFAULT_MODULES=( "core/services" "homelab/setup" "optional/install" - "core/sddm" "post/apply-theme" + "core/sddm" ) FRESH_MODULES=( @@ -33,8 +33,8 @@ FRESH_MODULES=( "core/services" "homelab/setup" "optional/install" - "core/sddm" "post/apply-theme" + "core/sddm" ) RUN_MODULES=()