diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index aa6c02f..93b18dc 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -156,7 +156,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' - pip3 install ics + pip3 install ics==0.4 fi #Ics.py for user sudo @@ -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 install ics + sudo pip3 install ics==0.4 fi #feedparser for user pi