speedtest installer:通过bash脚本轻松安装Speedtest CLI 源码
speedtest-安装程序 通过bash脚本轻松安装Speedtest CLI 安装 对于MacOS brew install curl curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh 对于Ubuntu / Debian apt-get install curl -y curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh 对于CentOS yum install curl -y curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/m
用户评论