From f23583fa76b14bcf7279c939e3dfecba2d1c51ec Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Sep 2022 19:46:33 +0100 Subject: [PATCH] Update 'main.sh' --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index fb79154..087fc76 100644 --- a/main.sh +++ b/main.sh @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive apt-get update -y apt-get upgrade -y -apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git +apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot rm -rf /etc/nginx/sites-available/default rm -rf /etc/nginx/sites-enabled/default