一键安装Hysteria 2/sing-box

qwq 5月前 162

更新 VPS 系统,安装组件

apt update -y
apt install curl sudo -y

执行一下脚本

dpkg --configure -a

debian提示未安装curl,waget

apt update
apt install sudo
sudo apt update
sudo apt install curl
sudo apt install wget

四合一bbr脚本

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

一键脚本

wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh


最新回复 (2)
  • qwq 1月前
    引用 2
    Hysteria 2

    wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh

    Hysteria 1

    wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy1/hysteria.sh && bash hysteria.sh

  • qwq 15天前
    引用 3
    最好用的 sing-box 一键安装脚本
    https://233boy.com/sing-box/sing-box-script/

    debian更新组件
    apt-get update -y && apt-get install wget -y && apt-get install curl -y

    安装脚本
    bash <(wget -qO- -o- https://github.com/233boy/sing-box/raw/main/install.sh)
返回
发新帖