From 41478516eff192eeb25a7a3ae08483943341346c Mon Sep 17 00:00:00 2001 From: chinashiyu Date: Fri, 17 Apr 2020 01:28:37 +0800 Subject: [PATCH] Update vultr_centos8.sh.txt --- vultr_centos8.sh.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vultr_centos8.sh.txt b/vultr_centos8.sh.txt index cd4e204..f0ef13b 100644 --- a/vultr_centos8.sh.txt +++ b/vultr_centos8.sh.txt @@ -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