From 6776ffbab811f4191c25c60ab620389503d6b6de Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 10 Feb 2022 17:17:28 -0600
Subject: [PATCH] 	modified:   bin/bootstrap_epics

---
 bin/bootstrap_epics | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/bootstrap_epics b/bin/bootstrap_epics
index 3532093..0d6d771 100755
--- a/bin/bootstrap_epics
+++ b/bin/bootstrap_epics
@@ -88,7 +88,8 @@ if [[ $?  ]] ; then
   if [[ "$?" == "0" ]] ; then 
     sudo apt-get install -y \
       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
     if [[ "$(uname -m)" == "aarch64" ]] ; then
       sudo apt-get install -y python-rpi.gpio python3-rpi.gpio
-- 
GitLab