From b4e15850ecbc96429b1feb0391da6379f9183e6e Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sun, 5 Nov 2023 19:17:08 -0500 Subject: [PATCH] Update installer.sh --- raspberry_pi/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry_pi/installer.sh b/raspberry_pi/installer.sh index 0c7ec18..463476d 100644 --- a/raspberry_pi/installer.sh +++ b/raspberry_pi/installer.sh @@ -59,7 +59,7 @@ sudo apt-get install ccache curl bison flex \ libsidplay1-dev libx264-dev libusb-1.0 pulseaudio libpulse-dev \ libomxil-bellagio-dev libfreetype6-dev checkinstall fonts-freefont-ttf -y -sudo apt-get install libcamera-dev +sudo apt-get install libcamera-dev -y sudo apt-get install libatk1.0-dev -y sudo apt-get install -y libgdk-pixbuf2.0-dev sudo apt-get install libffi6 libffi-dev -y