added check for avconv to allow installation
This commit is contained in:
parent
d3e10d2923
commit
74b4efa7b0
@ -19,7 +19,7 @@ checkYoutubedl(){
|
||||
|
||||
|
||||
checkFfmpeg(){
|
||||
if [ ! -f /usr/bin/ffmpeg ];then
|
||||
if [ ! -f /usr/bin/ffmpeg ] && [ ! -f /usr/bin/avconv ];then
|
||||
false
|
||||
else
|
||||
true
|
||||
@ -191,6 +191,3 @@ else
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user