From a426791b985f900363baf5bacbcc8fa4d64f699c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 14 Apr 2019 19:34:38 +0200 Subject: [PATCH] Integrated new dependencies in installer --- Installer-with-debug.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index 238014f..e4373a6 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -21,7 +21,7 @@ if [ -z "$option" ]; then fi if [ "$option" = 3 ]; then echo -e "Removing the E-Paper software now..." - pip3 uninstall feedparser -y && sudo pip3 uninstall feedparser -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 && sudo apt-get clean && sudo apt-get autoremove -y + pip3 uninstall feedparser -y && sudo pip3 uninstall feedparser -y && pip3 uninstall numpy -y && sudo pip3 uninstall numpy -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 && 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 @@ -82,9 +82,11 @@ if [ "$option" = 2 ]; then sudo pip3 install pyowm sudo pip3 install ics sudo pip3 install feedparser + sudo pip3 install numpy pip3 install pyowm pip3 install ics pip3 install feedparser + pip3 install numpy echo -e "\e[1;36m"Finished installing libraries"\e[0m" fi