diff --git a/setup-docker.sh b/setup-docker.sh index 14aab64..6284f87 100755 --- a/setup-docker.sh +++ b/setup-docker.sh @@ -3,7 +3,7 @@ function main() { if [ ! -f modules/tortoise-tts/README.md ]; then git submodule init - git submodule update --remote + git submodule update fi docker build \ --build-arg UID=$(id -u) \