Update linupx-scripts.sh

This commit is contained in:
2023-11-13 18:24:34 -06:00
parent 7ed1ff929b
commit 4c4c0cd868

View File

@@ -444,9 +444,9 @@ IPERF_INSTALL() {
echo echo
cd /tmp cd /tmp
wget https://downloads.es.net/pub/iperf/iperf-3.10.1.tar.gz wget https://downloads.es.net/pub/iperf/iperf-3.15.tar.gz
tar -zxhf iperf-3.10.1.tar.gz tar -zxhf iperf-*.tar.gz
cd /tmp/iperf-3.10.1 cd /tmp/iperf-*
./configure ./configure
make make
make install make install
@@ -1019,8 +1019,8 @@ INSTALL_MENU() {
echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Install Filewatcher" echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Install Filewatcher"
echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Install MySQL-BU" echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Install MySQL-BU"
echo -e " [${idsCL[Yellow]}6${idsCL[Default]}] Install DSMon" 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]}7${idsCL[Default]}] Install iPerf v3.15 (LAN Speedtest)"
echo -e " [${idsCL[Yellow]}8${idsCL[Default]}] Install Speedtest.net" echo -e " [${idsCL[Yellow]}8${idsCL[Default]}] Install Speedtest.net (WAN Speedtest)"
echo echo
echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Install DSMon" echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Install DSMon"
echo -e " [${idsCL[Yellow]}N${idsCL[Default]}] Install Netdata Agent" echo -e " [${idsCL[Yellow]}N${idsCL[Default]}] Install Netdata Agent"