Created
May 31, 2017 16:16
-
-
Save JonathanBristow/9ff464a67ec2ac18ebc1c4ae2ba8b60d to your computer and use it in GitHub Desktop.
Installing Speedtest-CLI on CentOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install python -y | |
yum install wget -y | |
et -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | |
chmod +x speedtest-cli | |
./speedtest-cli | |
or | |
./speedtest-cli --share --bytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment