Update pihole_setup.sh
This commit is contained in:
parent
6b0a3266cc
commit
a857f8c7e7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ done
|
||||||
|
|
||||||
# Update container OS
|
# Update container OS
|
||||||
msg "Updating container OS..."
|
msg "Updating container OS..."
|
||||||
apt update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get -qqy upgrade &>/dev/null
|
apt-get -qqy upgrade &>/dev/null
|
||||||
|
|
||||||
msg "Installing Prerequisites..."
|
msg "Installing Prerequisites..."
|
||||||
|
|
Loading…
Reference in a new issue