Bug 1841 Partial Revert
[osm/devops.git] / installers / install_osm.sh
index b1b8548..10e618f 100755 (executable)
@@ -13,9 +13,9 @@
 #   limitations under the License.
 #
 REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseTEN
+RELEASE=ReleaseELEVEN
 REPOSITORY=stable
-DOCKER_TAG=10
+DOCKER_TAG=11
 DEVOPS_PATH=/usr/share/osm-devops
 
 function usage(){
@@ -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
 }