mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 19:52:34 +02:00
Run build to make le-auto up to date
This commit is contained in:
@@ -452,6 +452,11 @@ BootstrapMac() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BootstrapSmartOS() {
|
||||||
|
pkgin update
|
||||||
|
pkgin -y install 'gcc49' 'py27-augeas' 'py27-virtualenv'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Install required OS packages:
|
# Install required OS packages:
|
||||||
Bootstrap() {
|
Bootstrap() {
|
||||||
@@ -484,8 +489,10 @@ Bootstrap() {
|
|||||||
ExperimentalBootstrap "FreeBSD" BootstrapFreeBsd
|
ExperimentalBootstrap "FreeBSD" BootstrapFreeBsd
|
||||||
elif uname | grep -iq Darwin ; then
|
elif uname | grep -iq Darwin ; then
|
||||||
ExperimentalBootstrap "Mac OS X" BootstrapMac
|
ExperimentalBootstrap "Mac OS X" BootstrapMac
|
||||||
elif grep -iq "Amazon Linux" /etc/issue ; then
|
elif [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue ; then
|
||||||
ExperimentalBootstrap "Amazon Linux" BootstrapRpmCommon
|
ExperimentalBootstrap "Amazon Linux" BootstrapRpmCommon
|
||||||
|
elif [ -f /etc/product ] && grep -q "Joyent Instance" /etc/product ; then
|
||||||
|
ExperimentalBootstrap "Joyent SmartOS Zone" BootstrapSmartOS
|
||||||
else
|
else
|
||||||
echo "Sorry, I don't know how to bootstrap Certbot on your operating system!"
|
echo "Sorry, I don't know how to bootstrap Certbot on your operating system!"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user