diff --git a/scripts/.local/bin/update.sh b/scripts/.local/bin/update.sh index 63d8ecd..15dde7d 100755 --- a/scripts/.local/bin/update.sh +++ b/scripts/.local/bin/update.sh @@ -34,4 +34,4 @@ command -v docker >/dev/null 2>&1 && [ "$(docker images | wc -l)" -gt 1 ] \ echo -zsh -ic "git -C $(dirname -- "$(readlink -e "$0")") pull && echo && antidote update && fg &>/dev/null" +zsh -ic "antidote update && fg &>/dev/null && echo && git -C $(dirname -- "$(readlink -e "$0")") pull"