cpanel / elevate

elevate your cPanel&WHM CentOS 7 server to Almalinux 8
https://cpanel.github.io/elevate/
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

Remove blocker to check if the system is up to date #392

Closed cPholloway closed 5 months ago

cPholloway commented 5 months ago

Case RE-172: In stage 2, we execute 'yum -y update' and die if the system fails to update. Given that we are already ensuring that the system is up to date in stage 2, there is no need to block if the system is up to date as it redundant to a task that we are performing in stage

  1. As such, this blocker is not necessary.

Changelog: Remove blocker to check if the system is up to date

By submitting pull requests to this repo, I agree to the Contributor License Agreement which can be found at: https://github.com/cpanel/elevate/blob/main/docs/cPanel-CLA.pdf