diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 22:23:52 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 22:23:52 -0500 |
| commit | 4833969e73e45c5880065d164dc87252809735b3 (patch) | |
| tree | 96a3d8a5a481a0eca90179ca1cf5ed605999f3df /installer | |
| parent | 442ada2d83b08dfd95538670f2f4b19b767273bf (diff) | |
| download | archangel-4833969e73e45c5880065d164dc87252809735b3.tar.gz archangel-4833969e73e45c5880065d164dc87252809735b3.zip | |
fix: add inetutils to installed system packages
Provides hostname, ping, and other networking basics on the target system.
Diffstat (limited to 'installer')
| -rwxr-xr-x | installer/archangel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/archangel b/installer/archangel index fbb18b0..814f12b 100755 --- a/installer/archangel +++ b/installer/archangel @@ -955,6 +955,7 @@ EOF ttf-dejavu \ fzf \ wget \ + inetutils \ wireless-regdb info "Base system installed." @@ -993,6 +994,7 @@ install_base_btrfs() { ttf-dejavu \ fzf \ wget \ + inetutils \ wireless-regdb info "Base system installed." |
