mirror of https://github.com/tteck/Proxmox.git
Update photoprism-install.sh
This commit is contained in:
parent
74592c19eb
commit
5477cc60b0
|
@ -54,6 +54,12 @@ done
|
||||||
msg_ok "Set up Container OS"
|
msg_ok "Set up Container OS"
|
||||||
msg_ok "Network Connected: ${BL}$(hostname -I)"
|
msg_ok "Network Connected: ${BL}$(hostname -I)"
|
||||||
|
|
||||||
|
if : >/dev/tcp/8.8.8.8/53; then
|
||||||
|
msg_ok "Internet Online"
|
||||||
|
else
|
||||||
|
echo -e "${BFR} ${CROSS}${RD} Internet Offline"
|
||||||
|
fi
|
||||||
|
|
||||||
msg_info "Updating Container OS"
|
msg_info "Updating Container OS"
|
||||||
apt update &>/dev/null
|
apt update &>/dev/null
|
||||||
apt-get -qqy upgrade &>/dev/null
|
apt-get -qqy upgrade &>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue