]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Centos-8.sh
use https protocol for cloning from github
[nominatim.git] / vagrant / Install-on-Centos-8.sh
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: