Merge pull request #2827 from mtmail/docs-4.1.x

Documentation: Add missing wget to Ubuntu install instructions
This commit is contained in:
Sarah Hoffmann
2022-09-25 12:42:51 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
https://nominatim.org/release/Nominatim-4.1.0.tar.bz2
wget https://nominatim.org/release/Nominatim-4.1.0.tar.bz2
tar xf Nominatim-4.1.0.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:

View File

@@ -99,7 +99,7 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
https://nominatim.org/release/Nominatim-4.1.0.tar.bz2
wget https://nominatim.org/release/Nominatim-4.1.0.tar.bz2
tar xf Nominatim-4.1.0.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS: