This commit is contained in:
Stephan Raabe 2023-12-21 17:25:21 +01:00
parent 6d49228417
commit 1b47873388

View File

@ -36,7 +36,8 @@ fi
if gum confirm "Do you want to enable/update to sddm?" ;then if gum confirm "Do you want to enable/update to sddm?" ;then
# Try to force the installation of sddm-git # Try to force the installation of sddm-git
yay -S sddm-git --ask 4 echo "Install sddm-git"
yay -S --noconfirm sddm-git --ask 4
if [ -f /etc/systemd/system/display-manager.service ]; then if [ -f /etc/systemd/system/display-manager.service ]; then
sudo rm /etc/systemd/system/display-manager.service sudo rm /etc/systemd/system/display-manager.service