From e91c4a774999da72314d50c7cf0497f92519efb0 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 9 May 2021 09:44:20 +0200 Subject: [PATCH] Network selector tool. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 655108c..089d6f9 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -142,7 +142,7 @@ kernel_selector # Pacstrap (setting up a base sytem onto the new root). 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 networkmanager +pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo # Generating /etc/fstab. echo "Generating a new fstab."