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"