diff --git a/easy-arch.sh b/easy-arch.sh index 089d6f9..2b8e6c4 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -144,6 +144,8 @@ kernel_selector echo "Installing the base system (it may take a while)." pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo +network_selector + # Generating /etc/fstab. echo "Generating a new fstab." genfstab -U /mnt >> /mnt/etc/fstab