From 819e7dd3c088f0c2adccbc3fd32dd0ca7c82904f Mon Sep 17 00:00:00 2001 From: funk-on-code <113871227+funk-on-code@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:04:50 +1000 Subject: [PATCH] Add less and man to default package lists. Re-add two useful packages back into the default list. Signed-off-by: funk-on-code <113871227+funk-on-code@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)