mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Build le-auto to bring it up to date
This commit is contained in:
@@ -425,7 +425,8 @@ BootstrapMac() {
|
|||||||
|
|
||||||
$pkgcmd augeas
|
$pkgcmd augeas
|
||||||
$pkgcmd dialog
|
$pkgcmd dialog
|
||||||
if [ "$(which python)" = "/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python" ]; then
|
if [ "$(which python)" = "/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python" \
|
||||||
|
-o "$(which python)" = "/usr/bin/python" ]; then
|
||||||
# We want to avoid using the system Python because it requires root to use pip.
|
# We want to avoid using the system Python because it requires root to use pip.
|
||||||
# python.org, MacPorts or HomeBrew Python installations should all be OK.
|
# python.org, MacPorts or HomeBrew Python installations should all be OK.
|
||||||
echo "Installing python..."
|
echo "Installing python..."
|
||||||
|
|||||||
Reference in New Issue
Block a user