From a4b0dfd602f328b6ac8fca718881e9444b0eced8 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 12 Mar 2019 17:33:33 +0100 Subject: [PATCH] Updating will now install newly added dependencies --- Installer-with-debug.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index fa2d014..16c3247 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -133,6 +133,12 @@ stderr_logfile_maxbytes = 1MB EOF sudo service supervisor start E-Paper + + # Installing some new dependencies + echo "Installing some new dependencies" + sudo apt-get install python-numpy -y + sudo pip3 install feedparser + pip3 install feedparser echo "" # Final words