Browse Source

bootstrap: initialise submodules

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 1 year ago
parent
commit
ec0146a4a7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bootstrap.sh

+ 1
- 0
bootstrap.sh

@ -1,5 +1,6 @@
#!/bin/sh
set -eu
git submodule update --init
./sync.sh
git reset --hard

Loading…
Cancel
Save