From 7c216f5ec9d0b0bbfb083de966e32121a96cf5f0 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Fri, 1 Mar 2024 21:49:23 +0800 Subject: [PATCH] update-kernel --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index d9d7012..31bd185 100755 --- a/deploy.sh +++ b/deploy.sh @@ -24,7 +24,7 @@ update_centos_kernal(){ read -p "是否继续升级内核?(y/n)" continue_update continue_update=${continue_update:-n} if [[ "$continue_update" =~ ^[Yy]$ ]]; then - echo "开始升级内核..." + echo "如果配置较低,可能升级时间较长,请耐心等待!开始升级内核..." yum update -y rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm -y