diff --git a/Makefile b/Makefile index e2da02e96b..0de669c12c 100644 --- a/Makefile +++ b/Makefile @@ -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 index f2268af227..82d465c464 100755 Binary files a/youtube-dl and b/youtube-dl differ