From 870e60ab0b19c848d71d1b2d244ba4d3abde2629 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 21 Nov 2018 16:44:21 +0100 Subject: [PATCH] Fix osmclient repository used when installing Change-Id: I40dd4066ff7eba0d9e9dc1d8d6cc66b5535a5629 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 776a5858..5cc91c67 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1146,7 +1146,7 @@ OSM_STACK_NAME=osm NO_HOST_PORTS="" DOCKER_NOBUILD="" REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg" -REPOSITORY_BASE="http://osm-download.etsi.org/repository/osm/debian" +REPOSITORY_BASE="https://osm-download.etsi.org/repository/osm/debian" WORKDIR_SUDO=sudo OSM_WORK_DIR="/etc/osm" OSM_DOCKER_TAG=latest -- 2.25.1