diff --git a/inst-raps.sh b/inst-raps.sh index c377163..a90833e 100755 --- a/inst-raps.sh +++ b/inst-raps.sh @@ -147,6 +147,14 @@ printInfo "Update date and time" if [ $? -ne 0 ]; then printError "Problem to update date and time";exit; fi printSuccess "Date and Time updated successfully" +#----------------------------------------------------------------------------- +# get yum-check-update script +#----------------------------------------------------------------------------- +printInfo "Get yum-check-update script" +git clone https://gitweb.dyndns.org/scripts/yum-check.git /tmp/ +if [ $? -ne 0 ]; then printError "Problem to clone yum-check-update script";exit; fi +printSuccess "yum-check-update script cloned successfully" + #----------------------------------------------------------------------------- # update role #-----------------------------------------------------------------------------