From e1a4ccd5f93048bbe6be6f2f6155f8687c46563a Mon Sep 17 00:00:00 2001 From: Andrei Gavrilov Date: Thu, 2 May 2019 22:58:47 +0300 Subject: [PATCH] Update get_it.sh --- get_it.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/get_it.sh b/get_it.sh index 7d6114d4..97672d7d 100755 --- a/get_it.sh +++ b/get_it.sh @@ -2,4 +2,5 @@ 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