Update debian-install.sh

This commit is contained in:
tteckster 2022-04-27 18:40:59 -04:00 committed by GitHub
parent 289749584b
commit bd477a90ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ sleep 2
if [[ "$INTER" == "0" ]]; then
msg_ok "Internet Online"
else
echo -e "${CROSS}${RD} Internet Offline"
echo -e "${BFR} ${CROSS}${RD} Internet Offline"
fi
msg_info "Updating Container OS"