From 6927eb232d0da8e33e5859e7150a13e0d7b02c47 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sun, 25 Dec 2016 10:51:41 +0900 Subject: [PATCH] update comments --- bbr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbr.sh b/bbr.sh index 42e03e7..0399eef 100644 --- a/bbr.sh +++ b/bbr.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Auto install latest kernel for BBR +# Auto install latest kernel for TCP BBR # # System Required: CentOS 6+, Debian7+, Ubuntu12+ # @@ -172,7 +172,7 @@ install_bbr() { rm -f ${deb_kernel_name} install_config else - echo -e "${red}Error:${plain} Your OS is not supported, please change to CentOS/Debian/Ubuntu and try again." + echo -e "${red}Error:${plain} OS is not be supported, please change to CentOS/Debian/Ubuntu and try again." exit 1 fi }