From 06f84e9d29b413ceb8b1bc16d0c0cdf39e7ac546 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 6 Feb 2019 00:14:45 +0100 Subject: [PATCH] doing some serious testing --- prototype.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/prototype.sh b/prototype.sh index d336dc1..823e294 100644 --- a/prototype.sh +++ b/prototype.sh @@ -16,13 +16,10 @@ if [ "$option" != 1 ] && [ "$option" != 2 ]; then echo "invalid number, aborting now" exit fi - if [ -z "$option" ]; then echo "You didn't enter anything, aborting now." exit fi - - if [ "$option" = 2 ]; then echo "Removing the E-Paper software now..." 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