Using whereis and type to find ffmpeg location

This commit is contained in:
MichaelOultram 2015-08-15 15:24:29 +01:00
parent c35b95e9f7
commit 2571d60045

View file

@ -7,7 +7,9 @@ machine:
dependencies: dependencies:
pre: pre:
- sudo apt-get -qqy remove ffmpeg ffprobe - sudo apt-get remove -y ffmpeg ffprobe
- sudo type ffmpeg
- sudo whereis ffmpeg
- bash install-dependencies.sh - bash install-dependencies.sh
- sudo pip install youtube-dl - sudo pip install youtube-dl
- ffmpeg -version - ffmpeg -version