Infra_HDC

speedtest cli update after 08-apr-2021

May 3rd, 2021 (edited)
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. 1. sudo apt remove speedtest-cli
  2. 2. sudo apt install python3-pip
  3. 3. pip3 install speedtest-cli
  4. 4. MANUALLY check if following text is in your ~/.profile
  5. # set PATH so it includes user's private bin if it exists
  6. if [ -d "$HOME/.local/bin" ] ; then
  7.     PATH="$HOME/.local/bin:$PATH"
  8. fi
  9. 5. logout
  10. 6. re-login and profit
Add Comment
Please, Sign In to add comment