Update install.sh

This commit is contained in:
Conor Budworth 2025-11-09 22:17:01 +01:00
parent 7e61e1d3a1
commit aa5fe63a0d

View File

@ -84,7 +84,7 @@ mount "${EFI}" /mnt/boot
# Base system installation # Base system installation
# ---------------------------------------------- # ----------------------------------------------
echo ">>> Installing base system" echo ">>> Installing base system"
pacstrap -K /mnt base linux linux-firmware btrfs-progs systemd-ukify systemd-bootctl pacstrap -K /mnt base linux linux-firmware btrfs-progs systemd systemd-ukify
# ---------------------------------------------- # ----------------------------------------------
# fstab and chroot handoff # fstab and chroot handoff