Updated script
This commit is contained in:
parent
bb382ab243
commit
3a3fe482b7
@ -1,8 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#General modules should be set to their versions
|
||||
git reset --hard
|
||||
git submodule foreach -q --recursive 'git reset --hard'
|
||||
git submodule update --init --recursive --force
|
||||
git submodule update --init --remote --recursive --force TeaSpeak
|
||||
#git submodule update --init --remote --recursive --force TeaSpeak
|
||||
|
||||
#The libs have no need to be attach to the master :)
|
||||
cd TeaSpeak
|
||||
@ -15,4 +17,4 @@ if [ -z ${BRANCH} ]; then
|
||||
fi
|
||||
git checkout ${BRANCH};
|
||||
echo "git pull origin ${BRANCH}"
|
||||
git pull origin ${BRANCH}'
|
||||
git pull origin ${BRANCH}'
|
||||
|
Loading…
Reference in New Issue
Block a user