Replace cocoRice with sadedot
This commit is contained in:
parent
cc86384a9b
commit
bd70e3800d
|
@ -482,8 +482,8 @@ finishInstallation() {
|
||||||
getDotfiles() {
|
getDotfiles() {
|
||||||
local lastFolder=$(pwd -P)
|
local lastFolder=$(pwd -P)
|
||||||
cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents"
|
cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents"
|
||||||
git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug
|
git clone https://github.com/santilococo/sadedot.git 2>&1 | debug
|
||||||
cd CocoRice || printAndExit "Couldn't cd into ./CocoRice"
|
cd sadedot || printAndExit "Couldn't cd into ./sadedot"
|
||||||
sh scripts/bootstrap.sh
|
sh scripts/bootstrap.sh
|
||||||
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue