diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-01 03:57:09 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-01 03:57:09 +0100 |
| commit | eb8b9e698890e43c6805e81b708ad7262f23fda5 (patch) | |
| tree | 3d4cee738d648df33033e4b8780505d1ac13910b | |
| parent | 6a1450bcaad5444a44eb07d78ff20bb59d32fa89 (diff) | |
Update package list
| -rwxr-xr-x | install.sh | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |
