consider Rocky Linux version when adding powertools/crb #176

Merged
tcooper merged 4 commits from base_update_cli into develop 2023-05-26 02:55:44 +00:00
Showing only changes of commit f4c33a4f21 - Show all commits

View File

@ -17,7 +17,6 @@ sub run {
verify_installed_packages;
if (get_var("DISTRI") eq "rocky") {
if (get_version_major() < 9) {
# pandoc-common is in PowerTools in Rocky Linux 8
assert_script_run 'dnf config-manager --set-enabled powertools', 60;
}