From bfb891988a0fb9b83d5199ab857a52fe171afa62 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Apr 2026 04:24:30 +0100 Subject: Add unzip to default packages --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 257a6b5..3a7f101 100755 --- a/install.sh +++ b/install.sh @@ -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} \ -- cgit