Files
openide/getPlugins.sh
Nikita Iarychenko 1c088fca70 fix android repository urls
(cherry picked from commit 45ada2f8fb362df2f922986bc25c9fcc0bf23fd3)
(cherry picked from commit d45168a439)
2025-10-08 11:03:16 +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