mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
no need to specify the arch once extra rhel7 repos enabled
This commit is contained in:
parent
c90329c5c9
commit
5ed0726e42
1 changed files with 0 additions and 3 deletions
|
|
@ -142,9 +142,6 @@ BootstrapRpmPython3() {
|
|||
|
||||
if ! $TOOL list python3-devel >/dev/null 2>&1; then
|
||||
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
|
||||
python_pkgs="$python_pkgs
|
||||
python3-devel.x86_64
|
||||
"
|
||||
fi
|
||||
|
||||
BootstrapRpmCommonBase "$python_pkgs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue