From 50d67127b5a63c85824d30b9f0d95d14acf2209d Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Sat, 15 Aug 2015 15:28:37 +0100 Subject: [PATCH] Using whereis and type to find ffmpeg location --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index 54ec01d..65be379 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,6 @@ machine: dependencies: pre: - sudo apt-get remove -y ffmpeg ffprobe - - sudo apt-get install -y whereis - sudo whereis ffmpeg - bash install-dependencies.sh - sudo pip install youtube-dl