Update linupx-scripts.sh

This commit is contained in:
2022-01-27 22:25:14 -06:00
parent 7b9a286509
commit bc8edca9ab

View File

@@ -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