Update prototype.sh
This commit is contained in:
parent
55f8389892
commit
d4651052a0
13
prototype.sh
13
prototype.sh
@ -125,8 +125,8 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then
|
|||||||
pip3 install Pillow==5.3.0
|
pip3 install Pillow==5.3.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Pillow for user pi
|
#Pillow for user sudo
|
||||||
echo -e "\e[1;36m"Checking if Pillow (PIL) (v=5.3.0) is installed for user sudo"\e[0m"
|
echo -e "\e[1;36m"Checking if Pillow v5.3.0 is installed for user sudo"\e[0m"
|
||||||
if sudo python3.5 -c "import PIL" &> /dev/null; then
|
if sudo python3.5 -c "import PIL" &> /dev/null; then
|
||||||
echo 'Pillow is installed, skipping installation of this package.'
|
echo 'Pillow is installed, skipping installation of this package.'
|
||||||
else
|
else
|
||||||
@ -169,15 +169,6 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then
|
|||||||
echo 'feedparser is not installed, attempting to install now'
|
echo 'feedparser is not installed, attempting to install now'
|
||||||
sudo pip3 feedparser
|
sudo pip3 feedparser
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#sudo pip3 install pyowm
|
|
||||||
#sudo pip3 install Pillow==5.3.0
|
|
||||||
#sudo pip3 install ics
|
|
||||||
#sudo pip3 install feedparser
|
|
||||||
#pip3 install pyowm
|
|
||||||
#pip3 install ics
|
|
||||||
#pip3 install feedparser
|
|
||||||
#pip3 install Pillow==5.3.0
|
|
||||||
|
|
||||||
echo -e "\e[1;36m"Finished installing all dependencies"\e[0m"
|
echo -e "\e[1;36m"Finished installing all dependencies"\e[0m"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user