| commit | 3eb9ce78d15277856c3d377f7d727680e625662d | [log] [tgz] |
|---|---|---|
| author | Jokin Garay <jokin.garay@keynetic.es> | Thu Mar 09 14:48:11 2017 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Mar 15 10:46:28 2017 +0100 |
| tree | a6249c7a468e8b8b99757d2036e9d430b28d0f3d | |
| parent | aa15051d8b6a32f4a54efe29d3e00c7b3432e84d [diff] [blame] |
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"