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 +