diff --git a/getPlugins.sh b/getPlugins.sh index 8e9f9297bf87..f79d7c119b0c 100755 --- a/getPlugins.sh +++ b/getPlugins.sh @@ -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