From 756e9b498897d4785ef41eba50ccacf8b85d62fb Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 18 Apr 2019 13:43:38 +0200 Subject: [PATCH] optimisation --- prototype.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype.sh b/prototype.sh index b293098..3adcba2 100644 --- a/prototype.sh +++ b/prototype.sh @@ -20,7 +20,7 @@ if [ -z "$option" ]; then fi if [ "$option" = 3 ]; then echo -e "\e[1;36m"Removing the E-Paper software now..."\e[0m" - 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 supervisor -y && pip3 uninstall feedparser && sudo pip3 uninstall feedparser && sudo apt-get clean && sudo apt-get autoremove -y + 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 supervisor -y && pip3 uninstall feedparser -y && sudo pip3 uninstall feedparser -y && sudo apt-get clean && sudo apt-get autoremove -y if [ -e /etc/supervisor/conf.d/E-Paper.conf ]; then sudo rm /etc/supervisor/conf.d/E-Paper.conf fi