From a7af35b48edcaffc386e58a4715c10c9cd174294 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 29 Jun 2025 14:56:19 -0700 Subject: [PATCH] extras: add iperf3 --- userspace/install_extras.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/install_extras.sh b/userspace/install_extras.sh index 4ba05f8..2c298b9 100755 --- a/userspace/install_extras.sh +++ b/userspace/install_extras.sh @@ -6,6 +6,7 @@ apt-fast update && apt-fast install -y --no-install-recommends \ bash-completion \ btop \ iperf \ + iperf3 \ dnsmasq \ irqtop \ ripgrep \