summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-04-01 04:24:30 +0100
committerBlake Romero <blake@developercraft.com>2026-04-01 04:24:30 +0100
commitbfb891988a0fb9b83d5199ab857a52fe171afa62 (patch)
tree715ad52f3714b45b3cc21d4a67d168087ba1cf0a
parent4afee9658c85762d31f29fc8522670a0361e7233 (diff)
Add unzip to default packages
-rwxr-xr-xinstall.sh4
1 files 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} \