mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Merge pull request #2827 from mtmail/docs-4.1.x
Documentation: Add missing wget to Ubuntu install instructions
This commit is contained in:
@@ -99,7 +99,7 @@ fi #DOCS:
|
|||||||
#
|
#
|
||||||
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
|
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
|
||||||
cd $USERHOME
|
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
|
tar xf Nominatim-4.1.0.tar.bz2
|
||||||
else #DOCS:
|
else #DOCS:
|
||||||
cd $USERHOME/Nominatim #DOCS:
|
cd $USERHOME/Nominatim #DOCS:
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ fi #DOCS:
|
|||||||
#
|
#
|
||||||
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
|
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
|
||||||
cd $USERHOME
|
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
|
tar xf Nominatim-4.1.0.tar.bz2
|
||||||
else #DOCS:
|
else #DOCS:
|
||||||
cd $USERHOME/Nominatim #DOCS:
|
cd $USERHOME/Nominatim #DOCS:
|
||||||
|
|||||||
Reference in New Issue
Block a user