Update Installer-without-debug
This commit is contained in:
parent
65bf429a54
commit
64d2942a0a
@ -43,14 +43,9 @@ echo ""
|
|||||||
# Installing a few packages which are missing on Raspbian Stretch Lite
|
# 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"
|
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 python3-pip RPi.GPIO python3-spidev git libopenjp2-7-dev libtiff5 -y
|
||||||
sudo apt-get install RPi.GPIO -y
|
|
||||||
sudo apt-get install python3-spidev -y
|
|
||||||
sudo apt-get install git -y
|
|
||||||
pip3 install Pillow
|
pip3 install Pillow
|
||||||
sudo pip3 install Pillow
|
sudo pip3 install Pillow
|
||||||
sudo apt-get install libopenjp2-7-dev -y
|
|
||||||
sudo apt install libtiff5 -y
|
|
||||||
} > /dev/null
|
} > /dev/null
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user