Update 3-post-setup.sh

This commit is contained in:
ArcExp 2023-10-12 18:38:33 +01:00 committed by GitHub
parent d5fd3bcff9
commit 93db6b8dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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