Updated script

This commit is contained in:
WolverinDEV 2019-07-18 22:10:46 +02:00
parent bc5c85062d
commit 6498b57585
1 changed files with 5 additions and 0 deletions

View File

@ -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";