Documentation: Add missing wget to Ubuntu install instructions

This commit is contained in:
marc tobias
2022-09-23 20:49:14 +02:00
parent d259f01d62
commit 2950fa6ad5
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: