mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
added upgrade comments
This commit is contained in:
parent
4a0950bbc9
commit
b6c6dcc17e
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ spinner() {
|
||||||
printf " "
|
printf " "
|
||||||
tput rc
|
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} &
|
apt-get upgrade -qq -y &>>${INSTALL_LOG} &
|
||||||
command_pid=$!
|
command_pid=$!
|
||||||
spinner $command_pid
|
spinner $command_pid
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue