Skip to content

Commit

Permalink
ensure submodules get cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jan 7, 2024
1 parent daf9c19 commit 5ee53b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/setup_linux_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ee53b6

Please sign in to comment.