From e812fa7185eea0f0c1363679eb3affc551ac64e9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 2 Jun 2024 00:14:37 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ef2f3e3..3122446 100644 --- a/install.sh +++ b/install.sh @@ -304,7 +304,7 @@ output "It is okay. The script will regenerate the initramfs later in the instal pacstrap /mnt apparmor base chrony efibootmgr firewalld grub grub-btrfs inotify-tools linux-firmware linux-hardened linux-lts "${microcode}" nano reflector sbctl snapper sudo zram-generator -if [ "${network_daemon}" = 'networkmanager' ] +if [ "${network_daemon}" = 'networkmanager' ]; then pacstrap /mnt networkmanager fi