summaryrefslogtreecommitdiff
path: root/automated/linux/iperf/iperf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/iperf/iperf.sh')
-rwxr-xr-xautomated/linux/iperf/iperf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/iperf/iperf.sh b/automated/linux/iperf/iperf.sh
index f2ad3d1..0dd230f 100755
--- a/automated/linux/iperf/iperf.sh
+++ b/automated/linux/iperf/iperf.sh
@@ -43,10 +43,10 @@ else
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- Debian|Ubuntu|Fedora)
+ debian|ubuntu|fedora)
install_deps "iperf3"
;;
- CentOS)
+ centos)
install_deps "wget gcc make"
wget https://github.com/esnet/iperf/archive/"${VERSION}".tar.gz
tar xf "${VERSION}".tar.gz