Fixing errors that the cache was hiding
This commit is contained in:
parent
e3f4e2faba
commit
8fbdde89b9
|
@ -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
|
||||
fi
|
||||
|
||||
ls -lR $HOME/opus
|
Reference in a new issue