Add xfce4 and lightdm install
This commit is contained in:
parent
d415a6d1e3
commit
63932541d8
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue