diff --git a/README.md b/README.md index 9742c30..e9cd95f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arch-Dev-VM -This repo contains scripts to install a full Archlinux System with Xfce complete with the following additional packages: +This repo contains scripts to install a full Archlinux System with GNOME complete with the following additional packages: - VSCodium (with custom settings) - GDM (Gnome Display Manager) - pip (optional) diff --git a/chroot.sh b/chroot.sh index e71088e..b493df0 100755 --- a/chroot.sh +++ b/chroot.sh @@ -143,6 +143,7 @@ read EDITOR=nano visudo systemctl enable gdm.service +systemctl enable NetworkManager.service exit \ No newline at end of file diff --git a/install.sh b/install.sh index 6c55a50..616d139 100755 --- a/install.sh +++ b/install.sh @@ -92,7 +92,7 @@ mount "/dev/${driveName}2" /mnt/boot # Install packages -pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel fish sudo gdm plymouth neovim --noconfirm +pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git gnome base-devel fish sudo gdm plymouth neovim --noconfirm echo "