added upgrade comments

This commit is contained in:
Itiligent 2024-04-06 11:11:57 +11:00
parent 4a0950bbc9
commit b6c6dcc17e

View file

@ -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