diff --git a/install.sh b/install.sh index 9f18967..f8b3bb2 100755 --- a/install.sh +++ b/install.sh @@ -475,9 +475,9 @@ finishInstallation() { getDotfiles() { local lastFolder=$(pwd -P) cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents" - git clone https://github.com/santilococo/sadedot.git 2>&1 | debug - cd sadedot || printAndExit "Couldn't cd into ./sadedot" - sh scripts/bootstrap.sh + git clone 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" sudo rm -f ~/.bashrc /usr/bin/calsais