From 35718b7151e932118662d6af18c7855c9f555c93 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 4 Jan 2019 19:03:23 +0100 Subject: [PATCH] Fixed some regex issues --- Installer-with-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer-with-debug b/Installer-with-debug index 5431e75..cde90c6 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -41,7 +41,7 @@ echo "" # Installing a few packages which are missing on Raspbian Stretch Lite echo -e "\e[1;36m"Installing a few packages that are missing on Raspbian Stretch Lite..."\e[0m" -sudo apt-get install python3-pip RPi.GPIO python3-spidev git libopenjp2-7-dev libtiff5 -y +sudo apt-get install python3-pip python-rpi.gpio-dbgsym python3-rpi.gpio python-rpi.gpio python3-rpi.gpio-dbgsym python3-spidev git libopenjp2-7-dev libtiff5 -y pip3 install Pillow sudo pip3 install Pillow echo ""