From 24542940cab51680adde6a9b5d7178275f8a86aa Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 3 Feb 2019 16:39:11 +0100 Subject: [PATCH] Releasing v1.5 --- Installer-with-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer-with-debug b/Installer-with-debug index 07da06e..f5edf0a 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -25,7 +25,7 @@ fi if [ "$option" = 2 ]; then echo "Removing the E-Paper software now..." - pip3 uninstall Pillow && sudo pip3 uninstall Pillow && sudo pip3 uninstall pyowm && sudo pip3 uninstall ics && pip3 uninstall pyowm && pip3 uninstall ics && sudo apt-get remove --purge supervisor -y && sudo apt-get clean && sudo apt-get autoremove -y && sudo rm -r /home/pi/E-Paper-Master/ + pip3 uninstall Pillow -y && sudo pip3 uninstall Pillow -y && sudo pip3 uninstall pyowm -y&& sudo pip3 uninstall ics -y && pip3 uninstall pyowm -y && pip3 uninstall ics -y && sudo apt-get remove --purge supervisor -y && sudo apt-get clean && sudo apt-get autoremove -y && sudo rm -r /home/pi/E-Paper-Master/ fi