From 624f7580482649bf5994bea6b9fe4ffd5e163059 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 4 Mar 2024 23:33:59 +0530 Subject: [PATCH] @eshanized: push via push.sh!!! --- usr/local/bin/snigdhaos-fixes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/usr/local/bin/snigdhaos-fixes b/usr/local/bin/snigdhaos-fixes index f6ec812..1acebfb 100644 --- a/usr/local/bin/snigdhaos-fixes +++ b/usr/local/bin/snigdhaos-fixes @@ -29,4 +29,24 @@ case $desktop in echo "Nothing To Do!!!" esac +if [ -f /usr/bin/gnome-session ]; then + echo "INSTALLED: GDM [STATUS: ACTIVE]" + pacman -S sddm --noconfirm --needed + systemctl enable sddm.service -f +fi +if [ -f /usr/bin/startdde ]; then + echo "INSTALLED: LightDM [STATUS: ACTIVE]" + pacman -S sddm --noconfirm --needed + systemctl enable sddm.service -f +fi + +if [ -f /usr/bin/ukui-session ]; then + echo "INSTALLED: LightDM [STATUS: ACTIVE]" + pacman -S sddm --noconfirm --needed + systemctl enable sddm.service -f +fi + +echo +echo "--->> End snigdhaos-fixes <<---" +echo \ No newline at end of file