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

set -eu

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

git submodule update --init