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
|
@ -26,7 +26,7 @@ fi
|
|||
# or SHAs from upstream
|
||||
cd $SRC
|
||||
if [ ! -d kirigami ] ; then
|
||||
git clone -b master git://github.com/KDE/kirigami
|
||||
git clone -b master https://github.com/KDE/kirigami.git
|
||||
fi
|
||||
if [ "$NOPULL" = "" ] ; then
|
||||
pushd kirigami
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue