diff --git a/update_submodules b/update_submodules index a57cd81..3e50b55 100755 --- a/update_submodules +++ b/update_submodules @@ -1,3 +1,4 @@ #!/bin/sh - +git submodule init +git submodule update git submodule foreach git pull origin master