Explorar el Código

Update pihole_setup.sh

tteckster hace 3 años
padre
commit
4a097c0390
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      pihole_setup.sh

+ 3 - 2
pihole_setup.sh

@@ -28,8 +28,9 @@ locale-gen >/dev/null
 apt-get -y purge openssh-{client,server} >/dev/null
 apt-get autoremove >/dev/null
 
-msg "Updating LXC OS..."
-#apt-get update >/dev/null
+# Update container OS
+msg "Updating container OS..."
+apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 msg "Installing Prerequisites..."