Updated update script to actually update

This commit is contained in:
Eric Renfro 2018-05-28 09:41:32 -04:00
parent 49ad946a0e
commit 4bf53806cf
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 1 deletions

3
update
View File

@ -5,5 +5,6 @@ set -e
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git submodule update --recursive --remote
#git submodule update --recursive --remote
git submodule foreach fetch && git submodule foreach reset --hard origin/master