diff --git a/install.sh b/install.sh index 64d5f9d..13a9fe9 100644 --- a/install.sh +++ b/install.sh @@ -338,7 +338,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 bash-completion chrony efibootmgr firewalld grub grub-btrfs inotify-tools less linux-firmware linux-hardened linux-lts nano mc reflector sbctl snapper sudo tmux zram-generator if [ "${virtualization}" = 'none' ]; then CPU=$(grep vendor_id /proc/cpuinfo)