Files
openide/getPlugins.sh
Nikita Iarychenko 4b8c184bd6 fix android repository urls
(cherry picked from commit 45ada2f8fb362df2f922986bc25c9fcc0bf23fd3)
(cherry picked from commit 295838e015)
2025-06-19 11:55:12 +04:00

8 lines
202 B
Bash
Executable File

#!/bin/bash
if [ "$1" == "--shallow" ]; then
git clone https://gitflic.ru/project/openide/android.git android --depth 1
else
git clone https://gitflic.ru/project/openide/android.git android
fi