mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-21 13:54:56 +02:00
@eshanized: push via push.sh!!!
This commit is contained in:
@@ -29,4 +29,24 @@ case $desktop in
|
|||||||
echo "Nothing To Do!!!"
|
echo "Nothing To Do!!!"
|
||||||
esac
|
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
|
Reference in New Issue
Block a user