X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=10e618f9e4c6107736b40aa0d1824d9da427f517;hp=d66ceb347984b40de469f1f1869fe8eb68a586e6;hb=4d89c37a776f88b7db5719ccad964e719ab4a244;hpb=be5e68caa721d8c143ba80899b0e29fc84bec982 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 }