change to gnome + network

This commit is contained in:
2023-11-28 19:32:32 +01:00
parent c2437773df
commit 4141f8e29c
3 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -143,6 +143,7 @@ read
EDITOR=nano visudo
systemctl enable gdm.service
systemctl enable NetworkManager.service
exit

View File

@@ -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 "