Parcourir la source

Update mariadb_setup.sh

tteck il y a 3 ans
Parent
commit
5b2ddcc119
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mariadb_setup.sh

+ 1 - 1
mariadb_setup.sh

@@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
 
 # Update 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
 
 # Install prerequisites