mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
update bootstrap script
This commit is contained in:
parent
0181a0b07f
commit
75a499db0d
1 changed files with 2 additions and 1 deletions
|
|
@ -117,8 +117,9 @@ BootstrapRpmPython3() {
|
|||
python3-devel
|
||||
"
|
||||
|
||||
# We only expect this branch to be taken on RHEL 7.
|
||||
if ! sudo $TOOL list 'python3*-devel' >/dev/null 2>&1; then
|
||||
sudo yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
|
||||
sudo yum-config-manager --enable rhel-7-server-rhui-extras-rpms rhel-7-server-rhui-optional-rpms
|
||||
fi
|
||||
|
||||
BootstrapRpmCommonBase "$python_pkgs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue