From 63932541d80fe9ec12276c2fef1753691921bd6c Mon Sep 17 00:00:00 2001 From: pilot boi <69616569+ThePilotBoi@users.noreply.github.com> Date: Mon, 17 Jan 2022 10:21:21 +1300 Subject: [PATCH] Add xfce4 and lightdm install --- 3-post-setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/3-post-setup.sh b/3-post-setup.sh index 1f95473..7912457 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -42,6 +42,13 @@ echo -e "Updating grub..." grub-mkconfig -o /boot/grub/grub.cfg echo -e "All set!" +echo -ne " +------------------------------------------------------------------------- + Install XFCE and some other things +------------------------------------------------------------------------- +" +pacman -Sy xfce4 xfce4-goodies neofetch cmatrix lightdm +echo -e "Installed xfce4, xfce4-goodies, lightdm, neofetch and cmatrix." echo -ne " ------------------------------------------------------------------------- Cleaning @@ -57,3 +64,4 @@ rm -r /home/$USERNAME/ArchTitus # Replace in the same state cd $pwd +