From 7c273f494439ac369a1916908ecfc67b9640c351 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Tue, 14 Oct 2025 12:37:45 -0400 Subject: [PATCH] Don't use chrootable here --- install/login/sddm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/login/sddm.sh b/install/login/sddm.sh index 2fc19dae..0098387e 100644 --- a/install/login/sddm.sh +++ b/install/login/sddm.sh @@ -11,4 +11,5 @@ Current=breeze EOF fi -chrootable_systemctl_enable sddm.service +# Don't use chrootable here as --now will cause issues for manual installs +sudo systemctl enable sddm.service