mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-04-03 17:13:08 +00:00
fix: certbot install command
This commit is contained in:
parent
bc67dec34b
commit
0e26d751ce
@ -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\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user