From 02601e4e6203d227ce9446f9a80f6a24e25a5f08 Mon Sep 17 00:00:00 2001 From: ictmaatwerk Date: Wed, 12 Sep 2018 12:05:49 +0000 Subject: [PATCH] 'Apache-RevProxNGINX-Installer.sh' updaten --- Apache-RevProxNGINX-Installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apache-RevProxNGINX-Installer.sh b/Apache-RevProxNGINX-Installer.sh index dbc92ea..3cec641 100644 --- a/Apache-RevProxNGINX-Installer.sh +++ b/Apache-RevProxNGINX-Installer.sh @@ -180,7 +180,7 @@ systemctl reload apache2 # CERTBOT # #-------------------# -add-apt-repository ppa:certbot/certbot +add-apt-repository ppa:certbot/certbot -y apt update apt install python-certbot-nginx -y #certbot --nginx -d $domain -d www.$domain @@ -219,7 +219,7 @@ newaliases if [ $netdata = 1 ] then - bash <(curl -Ss https://my-netdata.io/kickstart.sh) + apt install netdata -y ufw allow 19999/tcp # systemctl stop netdata # systemctl disable netdata