Add dfu-util dep

This commit is contained in:
Ben V. Brown
2021-09-24 13:16:03 +10:00
parent aad0f3691c
commit b916e4ae25
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
# Setup shell file to setup the environment on an ubuntu machine
sudo apt-get update && sudo apt-get install -y make bzip2 git python3 python3-pip wget
sudo apt-get update && sudo apt-get install -y make bzip2 git python3 python3-pip wget dfu-util
python3 -m pip install bdflib black flake8
sudo mkdir -p /build
cd /build