From 0e26d751ce05f4bb70e6717848ac7221e984a281 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Fri, 1 Dec 2023 20:30:58 +0530 Subject: [PATCH] fix: certbot install command --- run_node.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run_node.sh b/run_node.sh index f4412d3..8c99318 100644 --- a/run_node.sh +++ b/run_node.sh @@ -18,8 +18,7 @@ if [ -n "${DOMAIN}" ]; then if ! [ -d "${LETSENCRYPT_PATH}" ]; then su - - #apt-get install sudo -y - apt install --no-install-recommends --no-deps -y certbot + apt install --no-install-recommends -y certbot certbot certonly\ --non-interactive\