From aa5fe63a0d0083c7cd10ed8d686185c594ab6827 Mon Sep 17 00:00:00 2001 From: Conor Budworth Date: Sun, 9 Nov 2025 22:17:01 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8dc5230..241c987 100644 --- a/install.sh +++ b/install.sh @@ -84,7 +84,7 @@ mount "${EFI}" /mnt/boot # Base system installation # ---------------------------------------------- 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