Update pihole-install.sh

This commit is contained in:
tteckster 2022-03-08 20:35:01 -05:00 committed by GitHub
parent 3d974556ee
commit dc9118e857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ echo -e "${CM}${CL} \r"
echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} "
echo -e "${CM}${CL} \r"
echo -en "${GN} Updating Container OS... "
apt-get update &>/dev/null
apt-get -qqy upgrade &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Dependencies... "
apt-get update &>/dev/null
apt-get -qqy install \