Only start on the next reboot

This commit is contained in:
David Heinemeier Hansson
2025-06-02 09:39:17 +02:00
parent 8af9ab91ce
commit bb13be00b4
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
sudo pacman -Sy \
sudo pacman -Sy --noconfirm \
sddm-kcm \
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia
@ -22,4 +22,3 @@ InputMethod=qtvirtualkeyboard
EOF
sudo systemctl enable sddm.service
sudo systemctl start sddm.service