From 17d200a3f7f44cf55225960969eb332630e54bb2 Mon Sep 17 00:00:00 2001 From: DaRealestUK Date: Sun, 1 Sep 2019 15:13:29 +0100 Subject: [PATCH] To stop crashes, add prerequsites for qbittorrent --- apps/templates/nzbget/installer/installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/templates/nzbget/installer/installer.sh b/apps/templates/nzbget/installer/installer.sh index 8c26cf9..aee7fe6 100644 --- a/apps/templates/nzbget/installer/installer.sh +++ b/apps/templates/nzbget/installer/installer.sh @@ -16,7 +16,9 @@ pip install requests-cache pip install babelfish pip install "guessit<2" pip install "subliminal<2" +pip install deluge-client pip install qtfaststart +pip install python-qbittorrent # As per https://github.com/mdhiggins/sickbeard_mp4_automator/issues/643 pip uninstall -y stevedore pip install stevedore==1.19.1