mirror of
https://github.com/teddysun/across.git
synced 2025-01-18 22:09: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
|
case "$(_os)" in
|
||||||
centos)
|
centos)
|
||||||
if [ -n "$(_os_ver)" ]; then
|
if [ -n "$(_os_ver)" ]; then
|
||||||
if ! _exists "yum-config-manager"; then
|
if ! _exists "perl"; then
|
||||||
_error_detect "yum install -y yum-utils"
|
_error_detect "yum install -y perl"
|
||||||
fi
|
fi
|
||||||
if [ "$(_os_ver)" -eq 6 ]; then
|
if [ "$(_os_ver)" -eq 6 ]; then
|
||||||
_error_detect "rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org"
|
_error_detect "rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user