]> git.openstreetmap.org Git - nominatim.git/commitdiff
use https protocol for cloning from github
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Mar 2022 11:05:58 +0000 (12:05 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Mar 2022 11:05:58 +0000 (12:05 +0100)
Does not need authentication.

docs/admin/Installation.md
vagrant/Install-on-Centos-8.sh
vagrant/Install-on-Ubuntu-18.sh
vagrant/Install-on-Ubuntu-20.sh

index 19ad2dbb9b0be7853a67346edf17d2fd1d5606db..00c7ca29a53699066afd03090abe0dfbc246922d 100644 (file)
@@ -129,7 +129,7 @@ If you want to install latest development version from github, make sure to
 also check out the osm2pgsql subproject:
 
 ```
-git clone --recursive git://github.com/openstreetmap/Nominatim.git
+git clone --recursive https://github.com/openstreetmap/Nominatim.git
 ```
 
 The development version does not include the country grid. Download it separately:
index 4877e0adab13c91585dd0d4eb8497b261e0708dc..c9278f9ef36f7f53f586d78b30edf818bf2cfc5c 100755 (executable)
@@ -125,7 +125,7 @@ fi                                    #DOCS:
 #
 if [ "x$1" == "xyes" ]; then  #DOCS:    :::sh
     cd $USERHOME
-    git clone --recursive git://github.com/openstreetmap/Nominatim.git
+    git clone --recursive https://github.com/openstreetmap/Nominatim.git
     cd Nominatim
 else                               #DOCS:
     cd $USERHOME/Nominatim         #DOCS:
index a1a1fe304d6a8b3f1890479e02644e92fa13cc05..40ee7ba8f63a5be109cfb0175389ce9f682e433b 100755 (executable)
@@ -105,7 +105,7 @@ fi                                    #DOCS:
 #
 if [ "x$1" == "xyes" ]; then  #DOCS:    :::sh
     cd $USERHOME
-    git clone --recursive git://github.com/openstreetmap/Nominatim.git
+    git clone --recursive https://github.com/openstreetmap/Nominatim.git
     cd Nominatim
 else                               #DOCS:
     cd $USERHOME/Nominatim         #DOCS:
index 1fbabf24227bac156b3f3d69c67395a7731add89..68bd6b04e287f6ac8615492a13cdd3d535617f4f 100755 (executable)
@@ -99,7 +99,7 @@ fi                                    #DOCS:
 #
 if [ "x$1" == "xyes" ]; then  #DOCS:    :::sh
     cd $USERHOME
-    git clone --recursive git://github.com/openstreetmap/Nominatim.git
+    git clone --recursive https://github.com/openstreetmap/Nominatim.git
     cd Nominatim
 else                               #DOCS:
     cd $USERHOME/Nominatim         #DOCS: