From c3b0934033556d852f1045e62124e77cd22ca5f5 Mon Sep 17 00:00:00 2001 From: adminroot Date: Sat, 6 Dec 2025 07:45:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 9dfdab2..d7bda6d 100644 --- a/setup.sh +++ b/setup.sh @@ -115,12 +115,15 @@ for choice in $choices; do echo "开启bbr..." echo -e "net.core.default_qdisc=fq\nnet.ipv4.tcp_congestion_control=bbr" | tee -a /etc/sysctl.conf sysctl -p + ;; 10) echo "安装rust" curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh + ;; 11) echo "安装uv管理器" curl -LsSf https://astral.sh/uv/install.sh | sh + ;; *) echo "无效的选择: $choice" ;;