From 64d2942a0a4d0f3c78a4232ab4514fb9b275a380 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Wed, 3 Oct 2018 18:31:18 +0200 Subject: [PATCH] Update Installer-without-debug --- Installer-without-debug | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Installer-without-debug b/Installer-without-debug index e010efe..9272a0a 100644 --- a/Installer-without-debug +++ b/Installer-without-debug @@ -43,14 +43,9 @@ 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 -y -sudo apt-get install RPi.GPIO -y -sudo apt-get install python3-spidev -y -sudo apt-get install git -y +sudo apt-get install python3-pip RPi.GPIO python3-spidev git libopenjp2-7-dev libtiff5 -y pip3 install Pillow sudo pip3 install Pillow -sudo apt-get install libopenjp2-7-dev -y -sudo apt install libtiff5 -y } > /dev/null echo ""