diff --git a/update.sh b/update.sh index 79eb7d3..5d6fdd6 100644 --- a/update.sh +++ b/update.sh @@ -14,6 +14,7 @@ function look_for_update() { if [[ -f $1/update.sh ]]; then echo "Switch to subdir $1 and run update.sh" cd "$1" + git pull bash -c "./update.sh nobreak" else if [[ -f $1/.git ]]