From 701a40d35306389bbc0398fd9546729592bb0591 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 18 Apr 2019 13:00:33 +0200 Subject: [PATCH] Update prototype.sh --- prototype.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype.sh b/prototype.sh index f6edfb2..5457ed9 100644 --- a/prototype.sh +++ b/prototype.sh @@ -117,7 +117,7 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then fi #Pillow for user pi - echo -e "\e[1;36m"Checking if Pillow (PIL) (v=5.3.0) is installed for user pi"\e[0m" + echo -e "\e[1;36m"Checking if Pillow v5.3.0 is installed for user pi"\e[0m" if python3.5 -c "import PIL" &> /dev/null; then echo 'Pillow is installed, skipping installation of this package.' else