From 591585fb90acfb883a831f318fd7c7bbafa95ad2 Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Fri, 16 Feb 2018 15:43:53 -0800 Subject: [PATCH] Added apt-get update --- solution_template/vm-linux-terraform/scripts/infra.sh | 3 +++ solution_template/vm-linux-terraform/scripts/install.sh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/solution_template/vm-linux-terraform/scripts/infra.sh b/solution_template/vm-linux-terraform/scripts/infra.sh index 16695eee..61ee2a68 100644 --- a/solution_template/vm-linux-terraform/scripts/infra.sh +++ b/solution_template/vm-linux-terraform/scripts/infra.sh @@ -21,3 +21,6 @@ apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E apt-get install apt-transport-https apt-get update && sudo apt-get install azure-cli + +sudo apt-get update + diff --git a/solution_template/vm-linux-terraform/scripts/install.sh b/solution_template/vm-linux-terraform/scripts/install.sh index ded91022..becdfea5 100644 --- a/solution_template/vm-linux-terraform/scripts/install.sh +++ b/solution_template/vm-linux-terraform/scripts/install.sh @@ -68,9 +68,6 @@ while getopts :s:a:k:l:u:d: optname; do u) #user account name USERNAME=${OPTARG} ;; - d) #Desktop installation - DESKTOPINSTALL=${OPTARG} - ;; h) #Show help help exit 2