From dc19d6a22113fa8d8861380c73040739b18013f4 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 07:44:06 +0100 Subject: [PATCH] update: Update submodules as well. --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index 02edc3f..66aef3d 100755 --- a/update.sh +++ b/update.sh @@ -6,6 +6,8 @@ if [ -d './static/images/generated/' ]; then rm -r './static/images/generated/' fi +git submodule update --remote --merge + find src -iname '*.sh' | while read -r __file; do time ./${__file} "$(dirname "${__file}")/" done