diff --git a/scripts/0-install.sh b/scripts/0-install.sh index 8fa523d..bad2094 100644 --- a/scripts/0-install.sh +++ b/scripts/0-install.sh @@ -65,7 +65,7 @@ if [[ "$password" == "$password2" ]]; then echo "Credentials saved" fi # Run pacstrap and install base packages -pacstrap -i /mnt base base-devel linux linux-firmware rsync networkmanager grub efibootmgr dosfstools os-prober nano dkms dbus-broker-units mkinitcpio iptables-nft --noconfirm --needed +pacstrap -i /mnt base base-devel linux linux-firmware linux-headers git openssh rsync networkmanager grub efibootmgr dosfstools os-prober nano dkms dbus-broker-units mkinitcpio iptables-nft --noconfirm --needed # Create the /boot/efi directory, then mount the EFI partition (and the home partition if selected) mkdir /mnt/boot/efi mount /dev/$efipar /mnt/boot/efi