mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
[FEATURE] Скрипт для скачивания.
This commit is contained in:
parent
bf3facd7ef
commit
adb4bb3706
1 changed files with 4 additions and 0 deletions
4
get_it.sh
Executable file
4
get_it.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
git clone https://github.com/GravitLauncher/Launcher.git
|
||||
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||
git submodule update --init --recursive
|
Loading…
Reference in a new issue