Update bootstrap.sh
This commit is contained in:
parent
285f8c4db3
commit
f1a0b3798c
|
@ -126,11 +126,14 @@ runUserScripts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
startRice() {
|
startRice() {
|
||||||
msg="\nThis script will configure gitconfig, install the dotfiles"
|
msg="\nThis script will configure gitconfig"
|
||||||
if [[ -n $userScriptsFlag && $userScriptsFlag = true ]]; then
|
if [[ -n $userScriptsFlag && $userScriptsFlag = true ]]; then
|
||||||
msg="${msg}, and then run the scripts of the '$(basename "$PWD")/scripts' folder"
|
msg="${msg}, install the dotfiles, and then run the scripts of the"
|
||||||
|
msg="${msg} '$(basename "$PWD")/scripts' folder."
|
||||||
|
else
|
||||||
|
msg="${msg} and install the dotfiles."
|
||||||
fi
|
fi
|
||||||
msg="${msg}. Would you like to continue?"
|
msg="${msg} Would you like to continue?"
|
||||||
displayDialogBox --title "sadedot" --yesno "$msg" || return
|
displayDialogBox --title "sadedot" --yesno "$msg" || return
|
||||||
displayDialogBox --infobox "\nUpdating sadedot submodule." VALUES
|
displayDialogBox --infobox "\nUpdating sadedot submodule." VALUES
|
||||||
{ cd ..; sh sadedot/scripts/update.sh 2>&1 | debug; }
|
{ cd ..; sh sadedot/scripts/update.sh 2>&1 | debug; }
|
||||||
|
|
Loading…
Reference in New Issue