From 2950fa6ad528b05dbdac5170fe6252ea170ac690 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Fri, 23 Sep 2022 20:49:14 +0200 Subject: [PATCH] Documentation: Add missing wget to Ubuntu install instructions --- vagrant/Install-on-Ubuntu-20.sh | 2 +- vagrant/Install-on-Ubuntu-22.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index b3c8d06c..4b3b1ac2 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -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: diff --git a/vagrant/Install-on-Ubuntu-22.sh b/vagrant/Install-on-Ubuntu-22.sh index f10185fd..d1a3fb65 100755 --- a/vagrant/Install-on-Ubuntu-22.sh +++ b/vagrant/Install-on-Ubuntu-22.sh @@ -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: