From 9234544490032f9e10884d432d6281a055ef570c Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Mon, 24 Aug 2020 12:35:55 -0700 Subject: [PATCH] spectro.sh: remove deprecated --force-yes args to apt-get --- spectro.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spectro.sh b/spectro.sh index e30d253..cb03d44 100644 --- a/spectro.sh +++ b/spectro.sh @@ -206,9 +206,9 @@ echo "Starting installation..." echo "Downloading prerequisites..." pip3 install psutil RPi.GPIO pip install psutil RPi.GPIO -apt-get install -y --force-yes python3-dev python3-pillow python2.7-dev python-pillow +apt-get install -y --allow-unauthenticated python3-dev python3-pillow python2.7-dev python-pillow if [ $ENABLE_MIC -ne 0 ]; then - apt-get install -y --force-yes python3-pyaudio python3-numpy python-pyaudio python-numpy + apt-get install -y --allow-unauthenticated python3-pyaudio python3-numpy python-pyaudio python-numpy fi if [ $ENABLE_ACCEL -ne 0 ]; then pip3 install adafruit-circuitpython-busdevice adafruit-circuitpython-lis3dh