Skip to content

Easily Install the Speedtest CLI through a bash script

Notifications You must be signed in to change notification settings

YajTPG/speedtest-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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

  • Shell 100.0%