From bc8edca9ab0e3990bbfeeb4a6468af707bc205fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Jan 2022 22:25:14 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index c29718e..52236bb 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -368,6 +368,8 @@ SPEEDTEST_INSTALL() { echo "" echo -e "${Green}SpeedTest has been Installed${Color_Off}" + echo "" + echo -e "${LightCyan}To run, use the command: speedtest${Color_Off}" if [ ${action-x} ]; then exit 0; fi read -n 1 -s -p "Press any key to continue";; esac