minor cleanup

This commit is contained in:
Trevor Cooper 2023-05-24 08:55:46 -07:00
parent 2e641ba7fa
commit f4c33a4f21
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 0 additions and 1 deletions

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;
}