mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-14 19:19:12 +03:00
6 lines
201 B
Bash
Executable file
6 lines
201 B
Bash
Executable file
#!/bin/sh
|
|
git clone https://github.com/GravitLauncher/Launcher.git
|
|
cd Launcher
|
|
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
|
git submodule sync
|
|
git submodule update --init --recursive
|