X-Git-Url: https://git.libre-soc.org/?p=shakti-iclass.git;a=blobdiff_plain;f=bin%2Fgitmoduleupdate.sh;h=9e8370cf446b00bb4a7f32027252e2cc733248c3;hp=d823df714a6e91224a5cd4533913d0b119437a28;hb=108aac2b6ed0711b4626302de869ab4e8f687a07;hpb=0455cb8e6a251f6448621faaeab25d6b19c13203 diff --git a/bin/gitmoduleupdate.sh b/bin/gitmoduleupdate.sh index d823df7..9e8370c 100755 --- a/bin/gitmoduleupdate.sh +++ b/bin/gitmoduleupdate.sh @@ -3,3 +3,4 @@ git submodule init git submodule update cd src/peripherals && git checkout master && git pull cd ../pinmux && git checkout master && git pull +cd ../core && git checkout master && git pull