Add xfce4 and lightdm install

This commit is contained in:
pilot boi 2022-01-17 10:21:21 +13:00 committed by GitHub
parent d415a6d1e3
commit 63932541d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,13 @@ echo -e "Updating grub..."
grub-mkconfig -o /boot/grub/grub.cfg grub-mkconfig -o /boot/grub/grub.cfg
echo -e "All set!" 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 " echo -ne "
------------------------------------------------------------------------- -------------------------------------------------------------------------
Cleaning Cleaning
@ -57,3 +64,4 @@ rm -r /home/$USERNAME/ArchTitus
# Replace in the same state # Replace in the same state
cd $pwd cd $pwd