From 1b4787338813a6d72819ad7e04ede19c0dcd6180 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 21 Dec 2023 17:25:21 +0100 Subject: [PATCH] Updates --- .install/displaymanager.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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