Enable SHA1 packages on CentOS9

This commit is contained in:
Tobias Herre 2023-11-03 08:52:27 +01:00
parent 9dcd440522
commit d8b4a6b58d
1 changed files with 7 additions and 0 deletions

7
lib.cf
View File

@ -274,6 +274,7 @@ commands:
handle=>"system_repos_pkgs_installed";
centos_8::
"/usr/bin/dnf"
inform => "false",
@ -283,6 +284,12 @@ commands:
"/usr/bin/dnf"
inform => "false",
args => "config-manager --set-enabled crb";
"/usr/bin/update-crypto-policies"
inform => "false",
contain => wmde_cmd_useshell,
args => "--set LEGACY > /dev/null";
methods:
# "any" usebundle => wmde_install_packages(@(pkgs),"system_repos");