Linux下,Speedtest一键安装脚本,真实测试本地上传/下载带宽
speedtest 项目的 go 版本一键安装脚本。
环境要求
支持的操作系统:CentOS 7-8、Debian 8-10、Ubuntu 16-18
操作系统要求64位
安装Curl
#Debian / Ubuntu 系统 apt-get -y install curl #CentOS 系统 yum -y install curl
一键安装脚本(使用root用户):
bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)
已开源:https://github.com/BigMangos/speedtest-go-script