From 35f96ae47e56c03c837c31fabbd516d350eb295e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 23 May 2018 12:33:36 +0200 Subject: [PATCH] install_osm: apt-get update before installing devops Change-Id: I786bb2b67a049fd93916e7fd449940d9ac071ac5 Signed-off-by: garciadeblas --- installers/install_osm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "$@" -- 2.25.1