added check for avconv to allow installation

This commit is contained in:
silvernode 2015-05-23 04:12:43 +00:00
parent d3e10d2923
commit 74b4efa7b0

View File

@ -19,7 +19,7 @@ checkYoutubedl(){
checkFfmpeg(){ checkFfmpeg(){
if [ ! -f /usr/bin/ffmpeg ];then if [ ! -f /usr/bin/ffmpeg ] && [ ! -f /usr/bin/avconv ];then
false false
else else
true true
@ -191,6 +191,3 @@ else
fi fi
fi fi