From bd70e3800daef896ee9ed6c63b0ee9b3d5503420 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 18 Jan 2022 22:13:20 -0300 Subject: [PATCH] Replace cocoRice with sadedot --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5a953ce..4fa4b66 100755 --- a/install.sh +++ b/install.sh @@ -482,8 +482,8 @@ finishInstallation() { getDotfiles() { local lastFolder=$(pwd -P) cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents" - git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug - cd CocoRice || printAndExit "Couldn't cd into ./CocoRice" + git clone https://github.com/santilococo/sadedot.git 2>&1 | debug + cd sadedot || printAndExit "Couldn't cd into ./sadedot" sh scripts/bootstrap.sh cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"