update submodules on build

This commit is contained in:
qvqc 2021-03-20 09:49:07 -04:00
parent 3dcc9de5b3
commit 3c6824bad2
No known key found for this signature in database
GPG Key ID: 9EB04103C6BE892D
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
##set build hash id
buildHash=$(git rev-parse --short HEAD)
##update submodules
git submodule update --init --recursive
##add hosts from stevenblack/hosts
cp external/hosts/hosts include/etc/hosts