fix(sddm): deleted --now in systemctl

This commit is contained in:
ClovertaTheTrilobita 2026-01-14 01:20:48 +00:00
parent f61e54b3c6
commit 1271d69c5a

View file

@ -171,7 +171,7 @@ if [ "$family" = "arch" ]; then
fi
echo "Setting up SDDM..."
sudo systemctl enable --now sddm.service
sudo systemctl enable sddm.service
sudo systemctl set-default graphical.target
bash -c "$(curl -fsSL https://raw.githubusercontent.com/keyitdev/sddm-astronaut-theme/master/setup.sh)" || echo "SDDM theme setup failed, skipped."