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

Latest commit

 

History

History
26 lines (23 loc) · 653 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 653 Bytes

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