diff --git a/get_it.sh b/get_it.sh new file mode 100755 index 00000000..f37055af --- /dev/null +++ b/get_it.sh @@ -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