Update getDotfiles()
This commit is contained in:
parent
d32d1e804e
commit
e0341b8c6c
|
@ -504,7 +504,7 @@ finishInstallation() {
|
||||||
getDotfiles() {
|
getDotfiles() {
|
||||||
lastFolder=$(pwd -P)
|
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/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"
|
cd cdotfis || printAndExit "Couldn't cd into ./cdotfis"
|
||||||
sh sadedot/scripts/bootstrap.sh
|
sh sadedot/scripts/bootstrap.sh
|
||||||
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
||||||
|
|
Loading…
Reference in New Issue