Skip to content

Commit

Permalink
adapt to release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 17, 2023
1 parent 7ab73f5 commit f69890c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Nominatim 4.3.1 Manual
site_name: Nominatim 4.3.2 Manual
theme:
name: material
features:
Expand Down
6 changes: 3 additions & 3 deletions vagrant/Install-on-Ubuntu-20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
wget https://nominatim.org/release/Nominatim-4.3.1.tar.bz2
tar xf Nominatim-4.3.1.tar.bz2
wget https://nominatim.org/release/Nominatim-4.3.2.tar.bz2
tar xf Nominatim-4.3.2.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:
fi #DOCS:
Expand All @@ -120,7 +120,7 @@ fi #DOCS:

mkdir $USERHOME/build
cd $USERHOME/build
cmake $USERHOME/Nominatim-4.3.1
cmake $USERHOME/Nominatim-4.3.2
make
sudo make install

Expand Down
6 changes: 3 additions & 3 deletions vagrant/Install-on-Ubuntu-22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
wget https://nominatim.org/release/Nominatim-4.3.1.tar.bz2
tar xf Nominatim-4.3.1.tar.bz2
wget https://nominatim.org/release/Nominatim-4.3.2.tar.bz2
tar xf Nominatim-4.3.2.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:
fi #DOCS:
Expand All @@ -115,7 +115,7 @@ fi #DOCS:

mkdir $USERHOME/build
cd $USERHOME/build
cmake $USERHOME/Nominatim-4.3.1
cmake $USERHOME/Nominatim-4.3.2
make
sudo make install

Expand Down

0 comments on commit f69890c

Please sign in to comment.