mirror of
https://github.com/teddysun/across.git
synced 2025-01-18 13:59:35 +08:00
Update comments
This commit is contained in:
parent
e603c43dba
commit
973ce29038
4
bbr.sh
4
bbr.sh
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user