Update getDotfiles()

This commit is contained in:
Santiago Lo Coco 2022-03-13 08:07:00 -03:00
parent d32d1e804e
commit e0341b8c6c
1 changed files with 1 additions and 1 deletions

View File

@ -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"