minor cleanup
This commit is contained in:
parent
2e641ba7fa
commit
f4c33a4f21
@ -17,7 +17,6 @@ sub run {
|
|||||||
verify_installed_packages;
|
verify_installed_packages;
|
||||||
if (get_var("DISTRI") eq "rocky") {
|
if (get_var("DISTRI") eq "rocky") {
|
||||||
if (get_version_major() < 9) {
|
if (get_version_major() < 9) {
|
||||||
|
|
||||||
# pandoc-common is in PowerTools in Rocky Linux 8
|
# pandoc-common is in PowerTools in Rocky Linux 8
|
||||||
assert_script_run 'dnf config-manager --set-enabled powertools', 60;
|
assert_script_run 'dnf config-manager --set-enabled powertools', 60;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user