From e09dd647f39702c937a29cd4d37e190f0c6f115e Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 24 Mar 2021 10:29:10 +0100 Subject: [PATCH] Update install for Ubuntu target --- fabrica | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabrica b/fabrica index a0a2a8a..ffde790 100755 --- a/fabrica +++ b/fabrica @@ -21,10 +21,11 @@ function install_hashicorp_tools() terraform_version="0.14.3" if [[ ${DISTRIB_ID} == "ManjaroLinux" ]] then - pacman -Syq terraform packer --noconfirm + pacman -Syq make terraform packer --noconfirm return ${?} elif [[ ${DISTRIB_ID} == "Ubuntu" ]] then + apt-get -y install software-properties-common make gpg_key_url="https://apt.releases.hashicorp.com/gpg" curl -fsSL ${gpg_key_url} | apt-key add -