diff --git a/goecs.sh b/goecs.sh index b8c20b1..edebdfa 100644 --- a/goecs.sh +++ b/goecs.sh @@ -286,6 +286,10 @@ env_check() { curl -L "${cdn_success_url}https://raw.githubusercontent.com/oneclickvirt/speedtest/main/dspt.sh" -o dspt.sh && chmod +x dspt.sh bash dspt.sh rm -rf dspt.sh + _blue "if you want to use golang origin speedtest, you can use" + echo "rm -rf /usr/bin/speedtest" + echo "rm -rf /usr/bin/speedtest-go" + _blue "to uninstall speedtest and speedtest-go" fi }