From e5df3ff78ecfd5031ca91b93ddd62402fb94e46d Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 29 May 2022 16:34:57 +0200 Subject: [PATCH] Removed base-devel (not necessary). --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 23ce819..b5b2fc4 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -353,7 +353,7 @@ mount "$ESP" /mnt/boot/ # Pacstrap (setting up a base sytem onto the new root). info_print "Installing the base system (it may take a while)." -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 +pacstrap /mnt --needed base "$kernel" "$microcode" linux-firmware $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator &>/dev/null # Setting up the hostname. echo "$hostname" > /mnt/etc/hostname