mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
5 lines
170 B
Bash
5 lines
170 B
Bash
|
#!/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
|