From c1948095fcb88d0b9b128f08f29ce8c4eb907ad1 Mon Sep 17 00:00:00 2001 From: Sebastian Pravida Date: Sun, 5 Jan 2025 23:21:20 +0100 Subject: [PATCH] Enable sddm --- sway-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway-install.sh b/sway-install.sh index 77bc916..445c5fe 100755 --- a/sway-install.sh +++ b/sway-install.sh @@ -32,8 +32,8 @@ rsync -a --chown=root:root etc/ /etc/ #fi # Enable the Greetd service -#echo "Enabling the Greetd service..." -#systemctl -f enable greetd.service +echo "Enabling the Greetd service..." +systemctl -f enable sddm.service # Remove the repo echo "Removing the EOS Community Sway repo..."