From 621111fe541fb2486e67f440656d9088d89ad2d4 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 7 Feb 2022 23:23:58 -0300 Subject: [PATCH] Update infobox msg --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index da9d872..a4b2f65 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -129,7 +129,7 @@ startRice() { 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?" displayDialogBox --title "sadedot" --yesno "$msg" - displayDialogBox --infobox "\nUpdating sadedot submodule..." + displayDialogBox --infobox "\nFirst, the sadedot submodule will be updated." source scripts/update.sh getGitconfigData source scripts/linkFiles.sh