From f34364c022ca365ed5ea06253aef67a8eb7956e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 13 Aug 2024 14:21:04 +0200 Subject: [PATCH] Add net-tools --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c40ca4b..fbc46b4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -48,7 +48,7 @@ pacstrap -K "$INSTALL_MOUNT_POINT_ROOT" \ noto-fonts noto-fonts-emoji noto-fonts-extra ttf-dejavu ttf-inconsolata ttf-liberation ttf-roboto \ virtualbox-guest-utils \ clamav \ - bind inetutils nmap wget whois \ + bind inetutils net-tools nmap wget whois \ chromium firefox firefox-i18n-fr \ dnsmasq hostapd iw \ mitmproxy mkcert \