mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change protocoll for any git clone from Github to https
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
d6f2658268
commit
d82f8cbd3f
7 changed files with 11 additions and 11 deletions
|
@ -91,14 +91,14 @@ fi
|
|||
|
||||
# ok, now we have Qt, SDK, and NDK - let's get us some Subsurface
|
||||
if [ ! -d subsurface ] ; then
|
||||
git clone git://github.com/Subsurface-divelog/subsurface
|
||||
git clone https://github.com/Subsurface-divelog/subsurface.git
|
||||
fi
|
||||
pushd subsurface
|
||||
git pull --rebase
|
||||
popd
|
||||
|
||||
if [ ! -d libdivecomputer ] ; then
|
||||
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc libdivecomputer
|
||||
git clone -b Subsurface-branch https://github.com/Subsurface-divelog/libdc.git libdivecomputer
|
||||
pushd libdivecomputer
|
||||
autoreconf --install
|
||||
autoreconf --install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue