diff options
-rw-r--r-- | Makefile | 5 | ||||
-rwxr-xr-x | youtube-dl | bin | 40554 -> 40604 bytes |
2 files changed, 4 insertions, 1 deletions
@@ -23,4 +23,7 @@ compile: cat youtube-dl.zip >> youtube-dl rm youtube-dl.zip -.PHONY: default compile update update-latest update-readme +install: youtube-dl + install -m 755 --owner root --group root youtube-dl /usr/local/bin/ + +.PHONY: default compile update update-latest update-readme install diff --git a/youtube-dl b/youtube-dl Binary files differindex b3e0cd422..0a59de83b 100755 --- a/youtube-dl +++ b/youtube-dl |