mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
don't fail if we can't enable rhel7 extras
This commit is contained in:
parent
a0e84e14a9
commit
f6357dc536
1 changed files with 2 additions and 0 deletions
|
|
@ -141,7 +141,9 @@ BootstrapRpmPython3() {
|
|||
"
|
||||
|
||||
if ! $TOOL list python3-devel >/dev/null 2>&1; then
|
||||
set +e
|
||||
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
|
||||
set -e
|
||||
fi
|
||||
|
||||
BootstrapRpmCommonBase "$python_pkgs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue