diff --git a/setup.sh b/setup.sh index 622c6e0..fe3718e 100644 --- a/setup.sh +++ b/setup.sh @@ -5,6 +5,7 @@ echo Installing all the needed pacages from main artix/arch repo pacman -S \ xorg \ lightdm \ + lightdm-openrc \ lightdm-gtk-greeter \ lightdm-gtk-greeter-settings \ xmonad \ diff --git a/setup2.sh b/setup2.sh index 2c9186b..4f90df6 100644 --- a/setup2.sh +++ b/setup2.sh @@ -7,7 +7,7 @@ git clone https://aur.archlinux.org/paru-bin.git cd paru-bin || exit 1 makepkg -si cd .. || exit 1 -rm -R paru-bin +rm -R -f paru-bin echo installing pacages with paru paru paru -S \ @@ -24,6 +24,10 @@ for entry in * do mv "$entry" /home/"$name"/"$entry" done +for entry in .* +do + mv "$entry" /home/"$name"/"$entry" +done cd || exit 1 mkdir Pictures cd Pictures || exit 1 @@ -31,6 +35,6 @@ git clone https://github.com/ZastianPretorius/wallpapers.git printf "sudo password:" read -r pass echo "$pass" | sudo rc-update add NetworkManager -echo "$pass" | suso rc-update add lightdm +echo "$pass" | sudo rc-update add lightdm