This commit is contained in:
Zastian Pretorius
2021-05-31 00:48:37 +02:00
parent ddb4f1c738
commit 6b382d2b9f
2 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ echo Installing all the needed pacages from main artix/arch repo
pacman -S \ pacman -S \
xorg \ xorg \
lightdm \ lightdm \
lightdm-openrc \
lightdm-gtk-greeter \ lightdm-gtk-greeter \
lightdm-gtk-greeter-settings \ lightdm-gtk-greeter-settings \
xmonad \ xmonad \

View File

@@ -7,7 +7,7 @@ git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin || exit 1 cd paru-bin || exit 1
makepkg -si makepkg -si
cd .. || exit 1 cd .. || exit 1
rm -R paru-bin rm -R -f paru-bin
echo installing pacages with paru echo installing pacages with paru
paru paru
paru -S \ paru -S \
@@ -24,6 +24,10 @@ for entry in *
do do
mv "$entry" /home/"$name"/"$entry" mv "$entry" /home/"$name"/"$entry"
done done
for entry in .*
do
mv "$entry" /home/"$name"/"$entry"
done
cd || exit 1 cd || exit 1
mkdir Pictures mkdir Pictures
cd Pictures || exit 1 cd Pictures || exit 1
@@ -31,6 +35,6 @@ git clone https://github.com/ZastianPretorius/wallpapers.git
printf "sudo password:" printf "sudo password:"
read -r pass read -r pass
echo "$pass" | sudo rc-update add NetworkManager echo "$pass" | sudo rc-update add NetworkManager
echo "$pass" | suso rc-update add lightdm echo "$pass" | sudo rc-update add lightdm