1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/legacy/script/bootstrap
2019-09-12 17:35:55 +02:00

11 lines
201 B
Bash
Executable File

#!/usr/bin/env bash
# script/bootstrap: Resolve all dependencies that the application requires to
# run.
set -e
cd "$(dirname "$0")/../.."
git submodule update --init --recursive