From 492c75dd4bf8590ab32e8be0d9457b0eb1a1521c Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Fri, 27 May 2022 13:37:13 +0200 Subject: [PATCH] Pacstrap fix. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 2fbd4fa..12df187 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -327,7 +327,7 @@ mount "$ESP" /mnt/boot/ # Pacstrap (setting up a base sytem onto the new root). print "Installing the base system (it may take a while)." -pacstrap /mnt --needed base "$kernel" "$microcode" "$kernel"-headers linux-firmware btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator &>/dev/null +pacstrap /mnt --needed base $kernel $microcode linux-firmware $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator &>/dev/null # Setting up the hostname. echo "$hostname" > /mnt/etc/hostname