fix: certbot install command

This commit is contained in:
Prem Chaitanya Prathi 2023-12-01 20:30:58 +05:30
parent bc67dec34b
commit 0e26d751ce
No known key found for this signature in database

View File

@ -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\