diff --git a/speedtest.sh b/speedtest.sh index adc593d..27f3524 100644 --- a/speedtest.sh +++ b/speedtest.sh @@ -1,4 +1,4 @@ cd /Library/Application\ Support/Purple -curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py +curl -Los speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cli -./speedtest-cli --simple +python3 speedtest-cli --simple