add python pillow install

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 37f9d6a246
commit 92d61d1ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,6 +182,16 @@ git pull > .updated_p
FLAG=1
fi
if [ ! -d "/home/pi/CubeSatSim/telem_string.txt" ]; then
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get install -y libjpeg-dev zlib1g-dev libfreetype6-dev liblcms1-dev libopenjp2-7 libtiff5 -y
pip3 install pillow
fi
if [ $FLAG -eq 1 ]; then
echo "systemctl daemon-reload and reboot"

Loading…
Cancel
Save

Powered by TurnKey Linux.