From eb8b9e698890e43c6805e81b708ad7262f23fda5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Apr 2026 03:57:09 +0100 Subject: Update package list --- install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 31aa31f..f85cf1e 100755 --- a/install.sh +++ b/install.sh @@ -179,18 +179,17 @@ basestrap /mnt --needed \ linux linux-firmware \ grub efibootmgr os-prober \ mkinitcpio btrfs-progs \ - alsa-utils \ + alsa-utils curl less \ vim git man-{db,pages} \ bc acpi btop fastfetch tmux \ - openresolv + openresolv tree if [[ "${extrapkgs}" == true ]]; then # Extra packages basestrap /mnt --needed \ - aspell-en jq tree unzip \ + aspell-en jq unzip \ artools-base pacman-contrib namcap \ - neovim calcurse \ - rclone rsync snapper stow \ + calcurse rclone rsync snapper stow \ ttf-{hack,dejavu,liberation} \ ttf-{hack-nerd,font-awesome} \ brightnessctl -- cgit