Chikage0o0 / Linux-NetSpeed

将Linux现常用的网络加速集成在一起
GNU General Public License v2.0
3.77k stars 2.58k forks source link

一句话安装 #20

Open niehui opened 5 years ago

niehui commented 5 years ago

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

Aniverse commented 5 years ago

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)

更简单