Added apt-get update

This commit is contained in:
Jeffrey Cline 2018-02-16 15:43:53 -08:00
parent 70abd42b4e
commit 591585fb90
2 changed files with 3 additions and 3 deletions

View File

@ -21,3 +21,6 @@ apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E
apt-get install apt-transport-https apt-get install apt-transport-https
apt-get update && sudo apt-get install azure-cli apt-get update && sudo apt-get install azure-cli
sudo apt-get update

View File

@ -68,9 +68,6 @@ while getopts :s:a:k:l:u:d: optname; do
u) #user account name u) #user account name
USERNAME=${OPTARG} USERNAME=${OPTARG}
;; ;;
d) #Desktop installation
DESKTOPINSTALL=${OPTARG}
;;
h) #Show help h) #Show help
help help
exit 2 exit 2