diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 9ac0d8271c37eba8c4ade799525f75be3ba9c933..047a84fc2eaa75a0e475d42b54045be2f172dd5f 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1062,7 +1062,7 @@ function install_lightweight() { [ -n "$INSTALL_PERFMON" ] && deploy_perfmon && track perfmon [ -z "$INSTALL_NOHOSTCLIENT" ] && install_osmclient track osmclient - wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/sixME2.txt &> /dev/null + wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/README2.txt &> /dev/null track end return 0 }