From e8a505599a5755d87e71060dafa12dcc26c323c6 Mon Sep 17 00:00:00 2001 From: chinashiyu Date: Fri, 17 Apr 2020 01:29:43 +0800 Subject: [PATCH] Update install_server_centos.sh --- install_server_centos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_server_centos.sh b/install_server_centos.sh index cd4e204..f0ef13b 100644 --- a/install_server_centos.sh +++ b/install_server_centos.sh @@ -41,8 +41,8 @@ checkUser function installSystem() { - # echo -n "▋" - # yum -q -y update > /dev/null 2>&1 + echo -n "▋" + yum -q -y update > /dev/null 2>&1 echo -n "▋" yum -q -y install epel-release elrepo-release > /dev/null 2>&1