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