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.
This commit is contained in:
Ace 2018-08-28 03:02:26 +02:00 committed by GitHub
parent f6416816e0
commit 15702f268e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Raspbian-Lite-Pre-setup Normal file
View file

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