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:
parent
f6416816e0
commit
15702f268e
1 changed files with 7 additions and 0 deletions
7
Raspbian-Lite-Pre-setup
Normal file
7
Raspbian-Lite-Pre-setup
Normal 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
|
Loading…
Reference in a new issue