From ba88a101276bc06b23d37b114dc61af698ab229f Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Mon, 12 Oct 2020 19:14:39 +0000 Subject: [PATCH] nginx-certbot package renamed. --- one-time-stuff/install-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one-time-stuff/install-software.sh b/one-time-stuff/install-software.sh index 688801b..7707b13 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -59,7 +59,7 @@ echo "----- Install extra utilities: ncdu, zip, iftop -----" install_collection 'extra utilities' ncdu zip unzip iftop echo "----- Install nginx + certbot -----------------------" -install_collection 'nginx, certbot' nginx certbot python-certbot-nginx +install_collection 'nginx, certbot' nginx certbot python3-certbot-nginx echo "----- Add nginx logging conf ------------------------" read -p 'Install the "tabbed_detailed" nginx log format? [y/N]: ' nginx_log