Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Easily Install the Speedtest CLI through a bash script

Notifications You must be signed in to change notification settings

INfoUpgraders/speedtest-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

speedtest-installer

Easily Install the Speedtest CLI through a bash script

Installation

For MacOS

   brew install curl
   curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh

For Ubuntu/Debian

   apt-get install curl -y
   curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh

For CentOS

   yum install curl -y
   curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh

For FreeBSD

   pkg install -y curl
   curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh

About

Easily Install the Speedtest CLI through a bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages