diff --git a/install.sh b/install.sh index 0857d14..f83eba9 100644 --- a/install.sh +++ b/install.sh @@ -327,7 +327,7 @@ output 'Installing the base system (it may take a while).' output "You may see an error when mkinitcpio tries to generate a new initramfs." output "It is okay. The script will regenerate the initramfs later in the installation process." -pacstrap /mnt apparmor base chrony efibootmgr firewalld grub grub-btrfs inotify-tools linux-firmware linux-hardened linux-lts nano reflector sbctl snapper sudo zram-generator +pacstrap /mnt apparmor base chrony efibootmgr firewalld grub grub-btrfs inotify-tools less linux-firmware linux-hardened linux-lts man nano reflector sbctl snapper sudo zram-generator if [ "${virtualization}" = 'none' ]; then CPU=$(grep vendor_id /proc/cpuinfo)