From ac364a95493c4f8a65870b8eabcd4e3cce47d878 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Sat, 15 Aug 2015 15:27:10 +0100 Subject: [PATCH] Using whereis and type to find ffmpeg location --- circle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 67b4886..54ec01d 100644 --- a/circle.yml +++ b/circle.yml @@ -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