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