From e0341b8c6c97ea504d5527737c0da015f4b070d0 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 13 Mar 2022 08:07:00 -0300 Subject: [PATCH] Update getDotfiles() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index aab354c..90d6d8f 100755 --- a/install.sh +++ b/install.sh @@ -504,7 +504,7 @@ finishInstallation() { getDotfiles() { lastFolder=$(pwd -P) cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents" - git clone https://github.com/santilococo/cdotfis.git 2>&1 | debug + git clone --recursive https://github.com/santilococo/cdotfis.git 2>&1 | debug cd cdotfis || printAndExit "Couldn't cd into ./cdotfis" sh sadedot/scripts/bootstrap.sh cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"