mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
fix android repository urls
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$1" == "--shallow" ]; then
|
if [ "$1" == "--shallow" ]; then
|
||||||
git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1
|
git clone https://gitflic.ru/project/openide/android.git android --depth 1
|
||||||
else
|
else
|
||||||
git clone https://git.haulmont.com/platform/open-ide/android.git android
|
git clone https://gitflic.ru/project/openide/android.git android
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user