X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=10e618f9e4c6107736b40aa0d1824d9da427f517;hb=13da5b3a190d63baf7bccf035a2e7c3e543b09d5;hp=d66ceb347984b40de469f1f1869fe8eb68a586e6;hpb=375b2703d4d15cd67a264d46b383c585ea10c00f;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index d66ceb34..10e618f9 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -131,7 +131,6 @@ EOF" sudo sed -i "s|Proxy.*|Proxy \"${OSM_APT_PROXY}\"; }|" ${OSM_APT_PROXY_FILE} fi sudo apt-get update || FATAL "Configured apt proxy, but couldn't run 'apt-get update'. Check ${OSM_APT_PROXY_FILE}" - track apt_proxy_configured [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function }