GITHUB作者原项目:https://github.com/BigMangos/speedtest-go-script
使用方法
环境要求
- 支持的操作系统:CentOS 7-8、Debian 8-10、Ubuntu 16-18
- 操作系统要求64位
安装
一键安装脚本(使用root用户):
bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)
如果出现-bash: curl: command not found
错误,说明curl
命令没安装,请输入下面的命令先安装curl
,再回过头来执行上面的命令再来一次。
#Debian or Ubuntu apt-get -y install curl #CentOS yum -y install curl