From 4c4c0cd86809c5f096d5e90448eaf9adc00ed305 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 18:24:34 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 4db08f9..c3f8dec 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -444,9 +444,9 @@ IPERF_INSTALL() { echo cd /tmp - wget https://downloads.es.net/pub/iperf/iperf-3.10.1.tar.gz - tar -zxhf iperf-3.10.1.tar.gz - cd /tmp/iperf-3.10.1 + wget https://downloads.es.net/pub/iperf/iperf-3.15.tar.gz + tar -zxhf iperf-*.tar.gz + cd /tmp/iperf-* ./configure make make install @@ -1019,8 +1019,8 @@ INSTALL_MENU() { echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Install Filewatcher" echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Install MySQL-BU" echo -e " [${idsCL[Yellow]}6${idsCL[Default]}] Install DSMon" - echo -e " [${idsCL[Yellow]}7${idsCL[Default]}] Install iPerf v3.10.1" - echo -e " [${idsCL[Yellow]}8${idsCL[Default]}] Install Speedtest.net" + echo -e " [${idsCL[Yellow]}7${idsCL[Default]}] Install iPerf v3.15 (LAN Speedtest)" + echo -e " [${idsCL[Yellow]}8${idsCL[Default]}] Install Speedtest.net (WAN Speedtest)" echo echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Install DSMon" echo -e " [${idsCL[Yellow]}N${idsCL[Default]}] Install Netdata Agent"