Update pihole_setup.sh

This commit is contained in:
tteckster 2022-02-03 03:26:02 -05:00 committed by GitHub
parent 6b0a3266cc
commit a857f8c7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ done
# Update container OS
msg "Updating container OS..."
apt update &>/dev/null
apt-get update &>/dev/null
apt-get -qqy upgrade &>/dev/null
msg "Installing Prerequisites..."