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