ensure submodules get cloned

This commit is contained in:
Matthew Kennedy 2024-01-07 12:54:26 -08:00
parent daf9c19689
commit 5ee53b6160
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
# This script will download and install all dependencies require to develop rusEFI on Linux.
# After running this script, executing `make` in the firmware folder is expected to produce a functional firmware binary.
# Ensure submodules got cloned
git submodule update --init
# Update package lists
sudo apt-get update