diff --git a/2-install-guacamole.sh b/2-install-guacamole.sh index 97da6a5..5074d58 100644 --- a/2-install-guacamole.sh +++ b/2-install-guacamole.sh @@ -36,6 +36,7 @@ spinner() { printf " " tput rc } +# We already ran apt-get update from the 1st setup script, now we begin to upgrade packages apt-get upgrade -qq -y &>>${INSTALL_LOG} & command_pid=$! spinner $command_pid