mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-12 19:33:43 +08:00
9032365ea1
old-commit-hash: 983120bfed09ad9331fa96be3143a604c9a1a179
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
sudo apt-get install gcc-arm-none-eabi python-pip
|
|
sudo pip2 install libusb1 pycrypto requests
|