mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
fix(sddm): deleted --now in systemctl
This commit is contained in:
parent
f61e54b3c6
commit
1271d69c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue