diff --git a/misc/postinstall.sh b/misc/postinstall.sh index 8e88dd4c..a009ec67 100755 --- a/misc/postinstall.sh +++ b/misc/postinstall.sh @@ -110,6 +110,8 @@ function install_certbot return fi + export PATH=/usr/local/bin:"$PATH" + # Ubuntu 23+, Debian 12 make this step fail. Fall back to system package. install_pip || return