From 0e135a72352e23b79628e962b34c83d6102d0899 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sat, 17 Aug 2024 19:47:40 +0200 Subject: [PATCH] [sway-install.sh] adding -f to systemctl enable greetd.service (in case another DM is already enabled) --- sway-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway-install.sh b/sway-install.sh index b421a02..d8b2066 100644 --- a/sway-install.sh +++ b/sway-install.sh @@ -33,7 +33,7 @@ fi # Enable the Greetd service echo "Enabling the Greetd service..." -systemctl enable greetd.service +systemctl -f enable greetd.service # Remove the repo echo "Removing the EOS Community Sway repo..."