Change 1241: Move wget before echo

Change-Id: Ic73709696f4cd594e7e35ca4cd6114583f36fefd
Signed-off-by: Jokin Garay <jokin.garay@keynetic.es>
diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh
index ee1b8ea..80790c4 100755
--- a/installers/install_from_source.sh
+++ b/installers/install_from_source.sh
@@ -304,5 +304,5 @@
 #Configure components
 configure
 
-echo -e "\nDONE"
 wget -q -O- https://osm-download.etsi.org/ftp/osm-1.0-one/README2.txt &> /dev/null
+echo -e "\nDONE"