From 659ca939a4163c672fc2080b3569c76beae58d8d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 7 Feb 2022 23:15:38 -0300 Subject: [PATCH] Update sadedot submodule in bootstrap.sh --- scripts/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index dabd5a4..da9d872 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -129,6 +129,8 @@ 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..." + source scripts/update.sh getGitconfigData source scripts/linkFiles.sh runUserScripts