Skip to content
Snippets Groups Projects
Commit 6776ffba authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: bin/bootstrap_epics

parent c9143df6
Branches
No related tags found
No related merge requests found
...@@ -88,7 +88,8 @@ if [[ $? ]] ; then ...@@ -88,7 +88,8 @@ if [[ $? ]] ; then
if [[ "$?" == "0" ]] ; then if [[ "$?" == "0" ]] ; then
sudo apt-get install -y \ sudo apt-get install -y \
re2c libreadline-dev libusb-dev \ re2c libreadline-dev libusb-dev \
libusb-java libusb-1.0-0-dev libnet1-dev \ libusb-java libusb-1.0-0-dev libnet1-dev libavl-dev \
python-pip \
libpcap-dev libx11-dev libxext-dev python-numpy libpcap-dev libx11-dev libxext-dev python-numpy
if [[ "$(uname -m)" == "aarch64" ]] ; then if [[ "$(uname -m)" == "aarch64" ]] ; then
sudo apt-get install -y python-rpi.gpio python3-rpi.gpio sudo apt-get install -y python-rpi.gpio python3-rpi.gpio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment