diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-19 13:20:59 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-19 13:20:59 -0600 |
| commit | 002fa3e2c1067fedd5aab356ef1e337f83da2232 (patch) | |
| tree | 1b7f27ee850d636d9c8d887912bffbab09881ab5 | |
| parent | 72abc70a42a505af365fc5a892009ebeeba524ec (diff) | |
| download | archangel-002fa3e2c1067fedd5aab356ef1e337f83da2232.tar.gz archangel-002fa3e2c1067fedd5aab356ef1e337f83da2232.zip | |
Add wget to target system packages
| -rwxr-xr-x | custom/install-archzfs | 3 |
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." } |
