diff --git a/production/install b/production/install index f2810c80c..e63f5e251 100755 --- a/production/install +++ b/production/install @@ -214,7 +214,6 @@ case $OS in NGINX_GROUP=www NGINX_ETC_FOLDER=/usr/local/etc/nginx NGINX_CONFIGURATION=/usr/local/etc/nginx/nginx.conf - CERTBOT_PKG=py39-certbot CLN_PKG=c-lightning ;; @@ -227,7 +226,6 @@ case $OS in TOR_PKG=tor TOR_USER=debian-tor TOR_GROUP=debian-tor - CERTBOT_PKG=python3-certbot-nginx NGINX_USER=www-data NGINX_GROUP=www-data NGINX_ETC_FOLDER=/etc/nginx @@ -401,9 +399,9 @@ DEBIAN_PKG+=(geoipupdate) # packages needed for mempool ecosystem FREEBSD_PKG=() FREEBSD_PKG+=(zsh sudo git screen curl wget calc neovim) -FREEBSD_PKG+=(openssh-portable py311-pip rust llvm17 jq base64 libzmq4 rocksdb) +FREEBSD_PKG+=(openssh-portable py312-pip rust llvm17 jq base64 libzmq4 rocksdb) FREEBSD_PKG+=(boost-libs autoconf automake gmake gcc gcc13 libevent libtool pkgconf cmake) -FREEBSD_PKG+=(nginx rsync py311-certbot-nginx mariadb1011-server) +FREEBSD_PKG+=(nginx rsync mariadb1011-server) FREEBSD_PKG+=(redis sqlite3 pango cairo) FREEBSD_PKG+=(libepoll-shim)