Created
March 26, 2024 16:10
-
-
Save alex-phillips/7fc08a76dbf6f540357d4caf90abd690 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
wget -O speedtest.tgz https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz | |
tar xzf speedtest.tgz | |
mv speedtest /usr/local/bin/speedtest | |
chmod +x /usr/local/bin/speedtest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment