Update comments

This commit is contained in:
Teddysun 2022-05-11 19:41:33 +09:00
parent e603c43dba
commit 973ce29038
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

4
bbr.sh
View File

@ -265,8 +265,8 @@ install_kernel() {
case "$(_os)" in
centos)
if [ -n "$(_os_ver)" ]; then
if ! _exists "yum-config-manager"; then
_error_detect "yum install -y yum-utils"
if ! _exists "perl"; then
_error_detect "yum install -y perl"
fi
if [ "$(_os_ver)" -eq 6 ]; then
_error_detect "rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org"