X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=290b519ca2bdbd7f4768026d170618d6bfa2b457;hb=6f50dedea4b9e4274a0c8d38bfca0267405242c3;hp=731cfbd04b3ac9f158a5e1b3bcbf145e21a46673;hpb=e990f66486280469425e61a82626d17b210ec2bd;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 731cfbd0..290b519c 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -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 "$@"