Using whereis and type to find ffmpeg location
This commit is contained in:
parent
38bf1e68ba
commit
ac364a9549
|
@ -8,8 +8,7 @@ machine:
|
|||
dependencies:
|
||||
pre:
|
||||
- sudo apt-get remove -y ffmpeg ffprobe
|
||||
- sudo apt-get install -y type whereis
|
||||
- sudo type ffmpeg
|
||||
- sudo apt-get install -y whereis
|
||||
- sudo whereis ffmpeg
|
||||
- bash install-dependencies.sh
|
||||
- sudo pip install youtube-dl
|
||||
|
|
Reference in a new issue