Linux-NetSpeed icon indicating copy to clipboard operation
Linux-NetSpeed copied to clipboard

一句话安装

Open niehui opened this issue 5 years ago • 1 comments

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

niehui avatar Jun 04 '19 15:06 niehui

emmm

bash <(wget --no-check-certificate -qO- https://github.com/chiakge/Linux-NetSpeed/raw/master/tcp.sh) 或 bash <(curl -s https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh)

更简单

Aniverse avatar Jun 04 '19 16:06 Aniverse