Update linupx-scripts.sh
This commit is contained in:
@@ -441,12 +441,12 @@ IPERF_INSTALL() {
|
|||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
|
IPERFVER="3.15"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget https://downloads.es.net/pub/iperf/iperf-3.15.tar.gz
|
wget https://downloads.es.net/pub/iperf/iperf-${IPERFVER}.tar.gz
|
||||||
tar -zxhf iperf-*.tar.gz
|
tar -zxhf iperf-${IPERFVER}.tar.gz
|
||||||
cd /tmp/iperf-*
|
cd /tmp/iperf-${IPERFVER}
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
@@ -1019,7 +1019,7 @@ 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.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 -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user