Update pihole_setup.sh

This commit is contained in:
tteckster 2022-01-28 11:29:44 -05:00 committed by GitHub
parent 37d19c608b
commit eed64c9886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null
msg "Installing Prerequisites..."
apt-get -qqy install \
apt-get -y install \
curl \
sudo &>/dev/null