Updated the python version of cerbot freebsd

The package referenced for cerbot to be install in the FreeBSD platform
used python 3.7 package, updated to python 3.9
master
Michelle 4 months ago
parent 08a6b467fa
commit 1450861e26
No known key found for this signature in database
GPG Key ID: 5B606256B7FA58F1

@ -85,7 +85,7 @@ if [ -z "${certbot_fullpath}" ]; then
esac
;;
freebsd)
__package py37-certbot
__package py39-certbot
certbot_fullpath="/usr/local/bin/certbot"
;;
ubuntu)

Loading…
Cancel
Save