Using whereis and type to find ffmpeg location

This commit is contained in:
MichaelOultram 2015-08-15 15:27:10 +01:00
parent 38bf1e68ba
commit ac364a9549

View file

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