Update startRice()
This commit is contained in:
parent
fd2a93e746
commit
43d5030771
|
@ -126,9 +126,12 @@ runUserScripts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
startRice() {
|
startRice() {
|
||||||
msg="\nThis script will configure gitconfig, install the dotfiles, and then run the scripts of"
|
msg="\nThis script will configure gitconfig, install the dotfiles"
|
||||||
msg="${msg} the '$(basename $PWD)/scripts' folder. Would you like to continue?"
|
if [[ -n $userScriptsFlag && $userScriptsFlag = true ]]; then
|
||||||
displayDialogBox --title "sadedot" --yesno "$msg"
|
msg="${msg}, and then run the scripts of the '$(basename $PWD)/scripts' folder"
|
||||||
|
fi
|
||||||
|
msg="${msg}. Would you like to continue?"
|
||||||
|
displayDialogBox --title "sadedot" --yesno "$msg" || return
|
||||||
displayDialogBox --infobox "\nFirst, the sadedot submodule will be updated."
|
displayDialogBox --infobox "\nFirst, the sadedot submodule will be updated."
|
||||||
source scripts/update.sh | debug
|
source scripts/update.sh | debug
|
||||||
getGitconfigData
|
getGitconfigData
|
||||||
|
|
Loading…
Reference in New Issue