Update 3-post-setup.sh

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

View File

@ -80,9 +80,8 @@ 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
sudo pacman -R --noconfirm lightdm lightdm-gtk-greeter
systemctl disable lightdm.service
fi
fi