diff --git a/files/yum_update.sh b/files/yum_update.sh index 3a90f04..15b08cd 100755 --- a/files/yum_update.sh +++ b/files/yum_update.sh @@ -19,5 +19,6 @@ if [ -z $packages_for_update ]; then exit fi +yum install -y yum-plugin-priorities yum -y update $packages_for_update rm -rf /var/cache/yum