15702f268e
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.
7 lines
207 B
Text
7 lines
207 B
Text
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
|