diff --git a/seqs/pyload.sh b/seqs/pyload.sh old mode 100755 new mode 100644 index 58b3bc3..138500a --- a/seqs/pyload.sh +++ b/seqs/pyload.sh @@ -3,7 +3,7 @@ toolName="pyload" toolUser="${toolName}" toolBranch="stable" toolDownload="https://github.com/pyload/pyload.git" -toolDeps="git liblept5 python python-crypto python-pycurl python-imaging tesseract-ocr zip unzip python-openssl libmozjs-24-bin" +toolDeps="git liblept5 python python-crypto python-pycurl python-imaging python-sleekxmpp tesseract-ocr zip unzip python-openssl libmozjs-24-bin" toolBuildDeps="rar unrar-nonfree" step_1_info() { echo "Apt sources.list check and update"; }