Skip to content

Commit

Permalink
adapt to release 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 17, 2023
1 parent f145b46 commit 50c3890
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.2.3
site_name: Nominatim 4.2.4
theme: readthedocs
docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
site_url: https://nominatim.org
Expand Down
6 changes: 3 additions & 3 deletions vagrant/Install-on-Ubuntu-18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
wget https://nominatim.org/release/Nominatim-4.2.3.tar.bz2
tar xf Nominatim-4.2.3.tar.bz2
wget https://nominatim.org/release/Nominatim-4.2.4.tar.bz2
tar xf Nominatim-4.2.4.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:
fi #DOCS:
Expand All @@ -116,7 +116,7 @@ fi #DOCS:

mkdir $USERHOME/build
cd $USERHOME/build
cmake $USERHOME/Nominatim-4.2.3
cmake $USERHOME/Nominatim-4.2.4
make
sudo make install

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 @@ -99,8 +99,8 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
wget https://nominatim.org/release/Nominatim-4.2.3.tar.bz2
tar xf Nominatim-4.2.3.tar.bz2
wget https://nominatim.org/release/Nominatim-4.2.4.tar.bz2
tar xf Nominatim-4.2.4.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:
fi #DOCS:
Expand All @@ -110,7 +110,7 @@ fi #DOCS:

mkdir $USERHOME/build
cd $USERHOME/build
cmake $USERHOME/Nominatim-4.2.3
cmake $USERHOME/Nominatim-4.2.4
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 @@ -99,8 +99,8 @@ fi #DOCS:
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
cd $USERHOME
wget https://nominatim.org/release/Nominatim-4.2.3.tar.bz2
tar xf Nominatim-4.2.3.tar.bz2
wget https://nominatim.org/release/Nominatim-4.2.4.tar.bz2
tar xf Nominatim-4.2.4.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:
fi #DOCS:
Expand All @@ -110,7 +110,7 @@ fi #DOCS:

mkdir $USERHOME/build
cd $USERHOME/build
cmake $USERHOME/Nominatim-4.2.3
cmake $USERHOME/Nominatim-4.2.4
make
sudo make install

Expand Down

0 comments on commit 50c3890

Please sign in to comment.