Explorar el Código

Update node-red_setup.sh

tteck hace 3 años
padre
commit
8bcba14589
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      node-red_setup.sh

+ 1 - 1
node-red_setup.sh

@@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
 
 
 # Update container OS
 # Update container OS
 msg "Updating container OS..."
 msg "Updating container OS..."
-apt-get --allow-releaseinfo-change update >/dev/null
+apt-get update >/dev/null
 apt-get -qqy upgrade &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 
 # Install prerequisites
 # Install prerequisites