Skip to content

Commit

Permalink
Merge pull request #95 from gregjhogan/setup-script
Browse files Browse the repository at this point in the history
get_sdk scripts missing packages
  • Loading branch information
geohot committed Mar 8, 2018
2 parents 22fe250 + 0261641 commit c7d098c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/get_sdk.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
sudo apt-get install gcc-arm-none-eabi python-pip
sudo pip2 install libusb1
sudo pip2 install libusb1 pycrypto requests
2 changes: 1 addition & 1 deletion board/get_sdk_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip2 install libusb1
pip2 install libusb1 pycrypto requests

0 comments on commit c7d098c

Please sign in to comment.