From 58d347f3b29c45c0d0a8d0830d5e827bed169cc3 Mon Sep 17 00:00:00 2001 From: Sparsh Mishra <57213270+iSparsh@users.noreply.github.com> Date: Tue, 30 Nov 2021 16:05:36 +0530 Subject: [PATCH] update with $kernel-headers linux -headers -> $kernel-headers --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index a8c3225..75a6e1c 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -239,7 +239,7 @@ network_selector # Pacstrap (setting up a base sytem onto the new root). print "Installing the base system (it may take a while)." -pacstrap /mnt base $kernel $microcode linux-firmware linux-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator +pacstrap /mnt base $kernel $microcode linux-firmware $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator # Setting up the hostname. hostname_selector