From dfe4bb2f81afddbc5c3c633ad62fb91e49ab7f5f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 11 Mar 2025 17:19:44 +0900 Subject: [PATCH] minor sddm.sh update --- install-scripts/sddm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 7377d82..3057b2e 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -70,7 +70,7 @@ done printf "\n%.0s" {1..1} printf "${INFO} Activating sddm service........\n" sudo systemctl set-default graphical.target 2>&1 | tee -a "$LOG" -sudo systemctl enable sddm 2>&1 | tee -a "$LOG" +sudo systemctl enable sddm.service 2>&1 | tee -a "$LOG" wayland_sessions_dir=/usr/share/wayland-sessions [ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir -p "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; }