From e536cb91980cf3c98b00794fef9a11c445d0c38b Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 8 Jan 2021 12:51:27 -0800 Subject: [PATCH] include make package in droplet setup --- cloud-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-init.sh b/cloud-init.sh index 32fd840..a7f3326 100644 --- a/cloud-init.sh +++ b/cloud-init.sh @@ -5,7 +5,7 @@ sleep 30 # Install packages apt-get update apt-get upgrade -y -apt-get install software-properties-common sudo git -y +apt-get install software-properties-common sudo git make -y apt-get install certbot nginx python3 python3-virtualenv -y apt-get install docker.io docker-compose -y