From f6e8e31d61431bf5521713eae6d806cb82053498 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 18 Apr 2019 13:36:04 +0200 Subject: [PATCH] Update prototype.sh --- prototype.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prototype.sh b/prototype.sh index 313663b..8d2014a 100644 --- a/prototype.sh +++ b/prototype.sh @@ -165,7 +165,7 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then echo 'ics is installed, skipping installation of this package.' else echo 'ics is not installed, attempting to install now' - sudo pip3 ics + sudo pip3 install ics fi #feedparser for user pi @@ -173,8 +173,8 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then if python3.5 -c "import feedparser" &> /dev/null; then echo 'feedparser is installed, skipping installation of this package.' else - echo 'ics is not installed, attempting to install now' - pip3 install ics + echo 'feedparser is not installed, attempting to install now' + pip3 install feedparser fi #feedparser for user sudo @@ -183,7 +183,7 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then echo 'feedparser is installed, skipping installation of this package.' else echo 'feedparser is not installed, attempting to install now' - sudo pip3 feedparser + sudo pip3 install feedparser fi echo -e "\e[1;36m"Finished installing all dependencies"\e[0m"