diff --git a/attach_modules.sh b/attach_modules.sh index 1df5526..ca3b290 100755 --- a/attach_modules.sh +++ b/attach_modules.sh @@ -8,6 +8,11 @@ git submodule update --init --recursive --force #The libs have no need to be attach to the master :) cd TeaSpeak +echo "Resetting TeaSpeak submodule" +git reset --hard origin/head +git pull origin master + +cd .. git submodule update --init --remote --recursive --force git submodule foreach -q --recursive ' echo "Updating $name";