From 0f54eadfaa3ff0f7ed16ca3b99652a5a764ba66c Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 24 Sep 2020 15:15:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 8c4aa9f..b62e8f6 100644 --- a/install.sh +++ b/install.sh @@ -1711,7 +1711,6 @@ checkFail(){ } menu(){ - # 新建所需目录 cd echoContent red "\n==============================================================" echoContent green "作者:mack-a" @@ -1765,9 +1764,9 @@ menu(){ # 安装BBR bbrInstall(){ echoContent red "\n==============================================================" - echoContent green "BBR脚本用的[ylx2016]的成熟作品,地址[https://github.com/ylx2016/Linux-NetSpeed/releases/download/sh/tcp.sh],请熟知" - echoContent red " 1.安装【推荐原版BBR+FQ】" - echoContent red " 2.回退主目录" + echoContent green "BBR脚本用的[ylx2016]的成熟作品,地址[https://github.com/ylx2016/Linux-NetSpeed],请熟知" + echoContent red " 1.安装【推荐原版BBR+FQ】" + echoContent red " 2.回退主目录" echoContent red "==============================================================" read -p "请选择:" installBBRStatus if [[ "${installBBRStatus}" = "1" ]]