From 8fbdde89b9c7799a44708c480a56343afe07b5f8 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 10 Aug 2015 01:50:53 +0100 Subject: [PATCH] Fixing errors that the cache was hiding --- install-dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index 90d3db1..6bf067a 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -26,4 +26,6 @@ if [ ! -f "$HOME/bin/youtube-dl" ]; then chmod a+rx ~/bin/youtube-dl else echo 'Using cached version of youtube-dl.'; -fi \ No newline at end of file +fi + +ls -lR $HOME/opus \ No newline at end of file