Updated submodule procedure

This commit is contained in:
Kevin Frantz 2018-09-06 23:18:26 +02:00
parent 7bb5e407bb
commit 4d0f0646df

View File

@ -1,2 +1,5 @@
git submodule sync
git submodule foreach git pull origin master
(
cd $(dirname $(readlink -f ${0}))/../;
git submodule sync;
git submodule foreach git pull origin master;
)