Explorar el Código

Update pihole_setup.sh

tteckster hace 3 años
padre
commit
eed64c9886
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup/pihole_setup.sh

+ 1 - 1
setup/pihole_setup.sh

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