From 9dbffd1475821bb09a41715a570a8c05a36f5852 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 1 Sep 2022 20:27:40 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 98633e4..8f12b8b 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -377,9 +377,10 @@ SPEEDTEST_INSTALL() { * ) echo "" - $APTFUNC remove -y speedtest speedtest-cli - pip uninstall speedtest speedtest-cli -y - rm -y /usr/local/bin/speedtest-cli + $APTFUNC remove -y -qq speedtest speedtest-cli >/dev/null 2&>1 + pip uninstall speedtest speedtest-cli -y >/dev/null 2&>1 + rm /usr/local/bin/speedtest-cli >/dev/null 2&>1 + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8E61C2AB9A6D1557 curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash $APTFUNC install -y speedtest