summaryrefslogtreecommitdiff
path: root/bootstrap
blob: d14ee3bdf494820e434bf7d266d3a379134f67c3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

if ! git --version >/dev/null; then
  echo "git not installed"
  exit 1
fi

git submodule update --init