From 93db6b8dd8be3ba32d3f2fab025c3ae75d62b4f9 Mon Sep 17 00:00:00 2001 From: ArcExp <132262106+ArcExp@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:38:33 +0100 Subject: [PATCH] Update 3-post-setup.sh --- scripts/3-post-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/3-post-setup.sh b/scripts/3-post-setup.sh index 4462176..d9b3067 100755 --- a/scripts/3-post-setup.sh +++ b/scripts/3-post-setup.sh @@ -80,6 +80,9 @@ else git clone https://github.com/linuxmobile/hyprland-dots cd hyprland-dots/ rsync -avxHAXP --exclude '.git*' .* "/home/$USERNAME/" + sudo pacman -S --noconfirm --needed lightdm lightdm-gtk-greeter + systemctl enable lightdm.service + sed -i 's/#greeter-session=example.*/greeter-session=lightdm-gtk-greeter/g' /etc/lightdm/lightdm.conf fi fi