diff --git a/.install/displaymanager.sh b/.install/displaymanager.sh index eae8466..9dfd88b 100755 --- a/.install/displaymanager.sh +++ b/.install/displaymanager.sh @@ -36,8 +36,9 @@ fi if gum confirm "Do you want to enable/update to sddm?" ;then # 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 sudo rm /etc/systemd/system/display-manager.service fi