From 4b871c40965228fadcf2c5e6d11e8c61106ca441 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 9 May 2021 09:45:22 +0200 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 2 ++ 1 file changed, 2 insertions(+) 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