diff --git a/update.sh b/update.sh index 66aef3d..2da3b39 100755 --- a/update.sh +++ b/update.sh @@ -1,13 +1,11 @@ #!/bin/bash -git pull +git pull --recurse-submodules 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