mirror of
https://github.com/teddysun/across.git
synced 2025-10-29 16:05:32 +08:00
update comments
This commit is contained in:
4
bbr.sh
4
bbr.sh
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Auto install latest kernel for BBR
|
# Auto install latest kernel for TCP BBR
|
||||||
#
|
#
|
||||||
# System Required: CentOS 6+, Debian7+, Ubuntu12+
|
# System Required: CentOS 6+, Debian7+, Ubuntu12+
|
||||||
#
|
#
|
||||||
@@ -172,7 +172,7 @@ install_bbr() {
|
|||||||
rm -f ${deb_kernel_name}
|
rm -f ${deb_kernel_name}
|
||||||
install_config
|
install_config
|
||||||
else
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user