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:
parent
08a6b467fa
commit
1450861e26
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue