From 18d1c39428e4e292638a5eca4d1ae4b9914ccc41 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 18:28:23 -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 c3f8dec..07f06e9 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -441,12 +441,12 @@ IPERF_INSTALL() { case "$choice" in [Nn]) INSTALL_MENU;; * ) + IPERFVER="3.15" echo - cd /tmp - wget https://downloads.es.net/pub/iperf/iperf-3.15.tar.gz - tar -zxhf iperf-*.tar.gz - cd /tmp/iperf-* + wget https://downloads.es.net/pub/iperf/iperf-${IPERFVER}.tar.gz + tar -zxhf iperf-${IPERFVER}.tar.gz + cd /tmp/iperf-${IPERFVER} ./configure make make install @@ -1019,7 +1019,7 @@ 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.15 (LAN Speedtest)" + echo -e " [${idsCL[Yellow]}7${idsCL[Default]}] Install iPerf v3.10.1 (LAN Speedtest)" echo -e " [${idsCL[Yellow]}8${idsCL[Default]}] Install Speedtest.net (WAN Speedtest)" echo echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Install DSMon"