aboutsummaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-19 13:20:59 -0600
committerCraig Jennings <c@cjennings.net>2026-01-19 13:20:59 -0600
commit7ffc229b11fec27f05281b3b113596737155270d (patch)
treec962fbfa0284a171f2b8ea4a9219f82b2879dee0 /custom
parentea105b2a883265c0615c2275d00de1c90ae4a4e4 (diff)
downloadarchangel-7ffc229b11fec27f05281b3b113596737155270d.tar.gz
archangel-7ffc229b11fec27f05281b3b113596737155270d.zip
Add wget to target system packages
Diffstat (limited to 'custom')
-rwxr-xr-xcustom/install-archzfs3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/install-archzfs b/custom/install-archzfs
index b6af6db..2c679a7 100755
--- a/custom/install-archzfs
+++ b/custom/install-archzfs
@@ -909,7 +909,8 @@ EOF
nodejs \
npm \
ttf-dejavu \
- fzf
+ fzf \
+ wget
info "Base system installed."
}