Starting work on desktop environment
This commit is contained in:
parent
5f0c280055
commit
bd7451977d
@ -29,6 +29,8 @@ ROOTPASSWD='$6$xyz$gEODDI4x8qnkooLncD8E6cWTgh546DtGoIva9qKqOcon.XA.lBFhq2mvQLlOh
|
||||
PACKAGES=(
|
||||
sudo
|
||||
networkmanager
|
||||
xfce4
|
||||
lightdm-gtk-greeter
|
||||
)
|
||||
|
||||
#Echo text with a color passed as the second arguement
|
||||
@ -130,6 +132,9 @@ setup () {
|
||||
PKG=${PACKAGES[@]}
|
||||
arch-chroot /mnt pacman -Sy --noconfirm $PKG
|
||||
|
||||
arch-chroom /mnt systemctl enable NetworkManager
|
||||
arch-chroom /mnt systemctl enable lightdm
|
||||
|
||||
}
|
||||
|
||||
######################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user