update comments

This commit is contained in:
Teddysun 2016-12-25 10:51:41 +09:00
parent 6cc48e4cdb
commit 6927eb232d

4
bbr.sh
View File

@ -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
}