Update 3-post-setup.sh
This commit is contained in:
parent
93db6b8dd8
commit
b98c16d18f
|
|
@ -80,9 +80,8 @@ else
|
||||||
git clone https://github.com/linuxmobile/hyprland-dots
|
git clone https://github.com/linuxmobile/hyprland-dots
|
||||||
cd hyprland-dots/
|
cd hyprland-dots/
|
||||||
rsync -avxHAXP --exclude '.git*' .* "/home/$USERNAME/"
|
rsync -avxHAXP --exclude '.git*' .* "/home/$USERNAME/"
|
||||||
sudo pacman -S --noconfirm --needed lightdm lightdm-gtk-greeter
|
sudo pacman -R --noconfirm lightdm lightdm-gtk-greeter
|
||||||
systemctl enable lightdm.service
|
systemctl disable lightdm.service
|
||||||
sed -i 's/#greeter-session=example.*/greeter-session=lightdm-gtk-greeter/g' /etc/lightdm/lightdm.conf
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue