Updated the python version of cerbot freebsd #359

Merged
nico merged 1 commit from CamilionEU/cdist:cerbot-freebsd into master 2023-02-03 21:43:03 +00:00
Showing only changes of commit 1450861e26 - Show all commits

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)