Change protocoll for any git clone from Github to https

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-04-15 12:33:38 +02:00 committed by Dirk Hohndel
parent d6f2658268
commit d82f8cbd3f
7 changed files with 11 additions and 11 deletions

View file

@ -335,7 +335,7 @@ echo next building for $ARCH
# build libdivecomputer
if [ ! -d libdivecomputer ] ; then
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer
git clone -b Subsurface-branch https://github.com/Subsurface-divelog/libdc.git libdivecomputer
fi
cd libdivecomputer
git pull --rebase