fix android repository urls

(cherry picked from commit 45ada2f8fb362df2f922986bc25c9fcc0bf23fd3)
(cherry picked from commit d45168a439)
This commit is contained in:
Nikita Iarychenko
2025-04-10 16:46:25 +04:00
parent 604da0c588
commit 6d0de569be

View File

@@ -1,7 +1,7 @@
#!/bin/bash
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
git clone https://git.haulmont.com/platform/open-ide/android.git android
git clone https://gitflic.ru/project/openide/android.git android
fi