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