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
This commit is contained in:
Michelle 2023-02-02 18:21:43 -05:00
parent 08a6b467fa
commit 1450861e26
No known key found for this signature in database
GPG Key ID: 5B606256B7FA58F1
1 changed files with 1 additions and 1 deletions

View File

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