Merge "Disable parallel make for easier debugging"
[osm/devops.git] / installers / install_osm.sh
index 731cfbd..290b519 100755 (executable)
@@ -17,5 +17,6 @@ add_repo() {
 }
 
 add_repo "deb [arch=amd64] $REPOSITORY_BASE/$RELEASE $REPOSITORY devops"
-sudo DEBIAN_FRONTEND=noninteractive  apt-get install osm-devops
+sudo DEBIAN_FRONTEND=noninteractive apt-get -q update
+sudo DEBIAN_FRONTEND=noninteractive apt-get install osm-devops
 /usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -D /usr/share/osm-devops "$@"