spectro.sh: remove deprecated --force-yes args to apt-get

This commit is contained in:
Phillip Burgess 2020-08-24 12:35:55 -07:00
parent 4aa0b9c354
commit 9234544490

View file

@ -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