From 6498b57585e8073fbe4c79dc3bfd347bb680c403 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 18 Jul 2019 22:10:46 +0200 Subject: [PATCH] Updated script --- attach_modules.sh | 5 +++++ 1 file changed, 5 insertions(+) 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";