Update debian11_setup.sh

pull/23/head
tteckster 2022-02-01 20:09:25 -05:00 committed by GitHub
parent 0955568fb4
commit 3e1ca37cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ while [ "$(hostname -I)" = "" ]; do
done done
echo -e "${CHECKMARK} \e[1;92m Network connected: \e[0m $(hostname -I)" echo -e "${CHECKMARK} \e[1;92m Network connected: \e[0m $(hostname -I)"
echo -e "${CHECKMARK} \e[1;92m Updating Container OS... \e[0m"
msg "Updating container OS..." msg "Updating container OS..."
apt update &>/dev/null apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null apt-get -qqy upgrade &>/dev/null