added check for avconv to allow installation
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user