[sway-install.sh] adding -f to systemctl enable greetd.service (in case another DM is already enabled)

This commit is contained in:
Johannes Kamprad
2024-08-17 19:47:40 +02:00
committed by GitHub
parent bfe37652af
commit 0e135a7235

View File

@@ -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..."