mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-07 16:53:42 +08:00
9fe1db3d22
old-commit-hash: 02968cda631f7adbf81def5199ad95c33f9e36cd
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
|