mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build.sh: clone from https
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
37b4522438
commit
4e2cada878
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ if [ ! -d googlemaps ] ; then
|
||||||
if [[ $1 = local ]] ; then
|
if [[ $1 = local ]] ; then
|
||||||
git clone $SRC/../googlemaps googlemaps
|
git clone $SRC/../googlemaps googlemaps
|
||||||
else
|
else
|
||||||
git clone git@github.com:Subsurface-divelog/googlemaps.git
|
git clone https://github.com/Subsurface-divelog/googlemaps.git
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
cd googlemaps
|
cd googlemaps
|
||||||
|
|
Loading…
Add table
Reference in a new issue