Update pihole_setup.sh

This commit is contained in:
tteckster 2022-01-28 11:35:28 -05:00 committed by GitHub
parent eed64c9886
commit 219cf5ddbb
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 -y install \
apt-get -qqy install \
curl \
sudo &>/dev/null