Updated script
This commit is contained in:
parent
bc5c85062d
commit
6498b57585
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user