From adb4bb37065734d149819ca807adbae1bdfe989e Mon Sep 17 00:00:00 2001 From: Zaxar163 Date: Thu, 28 Mar 2019 10:27:54 +0300 Subject: [PATCH] =?UTF-8?q?[FEATURE]=20=D0=A1=D0=BA=D1=80=D0=B8=D0=BF?= =?UTF-8?q?=D1=82=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BA=D0=B0=D1=87=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_it.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 get_it.sh 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