diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-01 04:24:30 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-01 04:24:30 +0100 |
| commit | bfb891988a0fb9b83d5199ab857a52fe171afa62 (patch) | |
| tree | 715ad52f3714b45b3cc21d4a67d168087ba1cf0a | |
| parent | 4afee9658c85762d31f29fc8522670a0361e7233 (diff) | |
Add unzip to default packages
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -178,12 +178,12 @@ basestrap /mnt --needed \ alsa-utils curl less \ vim git man-{db,pages} \ bc acpi btop fastfetch tmux \ - openresolv tree + openresolv tree unzip if [[ "${extrapkgs}" == true ]]; then # Extra packages basestrap /mnt --needed \ - aspell-en jq unzip \ + aspell-en jq \ artools-base pacman-contrib namcap \ calcurse rclone rsync snapper stow \ ttf-{hack,dejavu,liberation} \ |
