# 常用一鍵安裝腳本

# 前置套件

  • wget
  • curl

# TCPBBR

wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

# ShadowsocksR

wget -N --no-check-certificate https://raw.githubusercontent.com/jerry12122/doubi/master/ssrmu.sh && chmod +x ssrmu.sh  && bash ssrmu.sh

# V2ray

bash <(curl -s -L https://git.io/v2ray.sh)

# Trojan

curl -O https://raw.githubusercontent.com/xxxbrian/trojan.sh/main/trojan.sh && chmod +x trojan.sh && ./trojan.sh

# VPS 檢測腳本

wget -qO- 86.re/bench.sh | bash