Launcher/get_it.sh
2019-05-02 22:58:47 +03:00

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