Update infobox msg
This commit is contained in:
parent
659ca939a4
commit
621111fe54
|
@ -129,7 +129,7 @@ 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, and then run the scripts of"
|
||||||
msg="${msg} the '$(basename $PWD)/scripts' folder. Would you like to continue?"
|
msg="${msg} the '$(basename $PWD)/scripts' folder. Would you like to continue?"
|
||||||
displayDialogBox --title "sadedot" --yesno "$msg"
|
displayDialogBox --title "sadedot" --yesno "$msg"
|
||||||
displayDialogBox --infobox "\nUpdating sadedot submodule..."
|
displayDialogBox --infobox "\nFirst, the sadedot submodule will be updated."
|
||||||
source scripts/update.sh
|
source scripts/update.sh
|
||||||
getGitconfigData
|
getGitconfigData
|
||||||
source scripts/linkFiles.sh
|
source scripts/linkFiles.sh
|
||||||
|
|
Loading…
Reference in New Issue