From 15702f268ea56112510542815ab04c972ae5d1dc Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 28 Aug 2018 03:02:26 +0200 Subject: [PATCH] Create Raspbian-Lite-Pre-setup A few packages included in Raspbian Stretch with Desktop are missing in the lite version. This script will install the 'missing' packages so that after executing the command, the system will work like Raspbian Stretch with Deskop. --- Raspbian-Lite-Pre-setup | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Raspbian-Lite-Pre-setup diff --git a/Raspbian-Lite-Pre-setup b/Raspbian-Lite-Pre-setup new file mode 100644 index 0000000..ca15109 --- /dev/null +++ b/Raspbian-Lite-Pre-setup @@ -0,0 +1,7 @@ +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 +pip3 install Pillow +sudo pip3 install Pillow +sudo apt install libtiff5