Update pihole-install.sh

pull/84/head
tteckster 3 years ago committed by GitHub
parent 3d974556ee
commit dc9118e857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \

Loading…
Cancel
Save

Powered by BW's shoe-string budget.