diff --git a/run_node.sh b/run_node.sh index 4e11bc9..8c99318 100644 --- a/run_node.sh +++ b/run_node.sh @@ -17,7 +17,8 @@ if [ -n "${DOMAIN}" ]; then LETSENCRYPT_PATH=/etc/letsencrypt/live/${DOMAIN} if ! [ -d "${LETSENCRYPT_PATH}" ]; then - apk add --no-cache certbot + su - + apt install --no-install-recommends -y certbot certbot certonly\ --non-interactive\