mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
5 lines
182 B
Bash
Executable file
5 lines
182 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 update --init --recursive
|