mirror of https://github.com/commaai/panda.git
board/get_sdk.sh: add dfu-util and python3-pip (#787)
This commit is contained in:
parent
571512a392
commit
7393783bc8
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
sudo apt-get install gcc-arm-none-eabi python-pip
|
||||
sudo apt-get install dfu-util gcc-arm-none-eabi python3-pip
|
||||
sudo pip install libusb1 pycryptodome requests
|
||||
|
|
Loading…
Reference in New Issue