From bfae7caa0af3a33d3b08746e35c3cc0cf408c894 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Wed, 12 Aug 2015 23:28:21 +0100 Subject: [PATCH] Fixing issue with youtube-dl and ffmpeg --- install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index a02e6a5..d055fde 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -17,7 +17,7 @@ if [ ! -d "$HOME/opus/lib" ]; then echo 'Installing opus' wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz tar xzvf opus-1.0.3.tar.gz - cd opus-1.0.3 && ./configure --prefix=~/opus && make && make install + cd opus-1.0.3 && ./configure --prefix=$HOME/opus && make && make install else echo 'Using cached version of opus.'; fi