Enable SHA1 packages on CentOS9
This commit is contained in:
parent
9dcd440522
commit
d8b4a6b58d
7
lib.cf
7
lib.cf
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue