From b6c6dcc17ed06aef2e0a03714b3ac7893c78ebc6 Mon Sep 17 00:00:00 2001 From: Itiligent <94789708+itiligent@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:11:57 +1100 Subject: [PATCH] added upgrade comments --- 2-install-guacamole.sh | 1 + 1 file changed, 1 insertion(+) 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