Also add "read" permission to the installed binary

If only executing rights are added, one still gets "permission denied" when trying to execute the binary.
This commit is contained in:
Manu Cornet 2019-10-30 02:56:53 +00:00 committed by GitHub
parent 9a621ddc3a
commit 9d67f771da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -753,7 +753,7 @@ Afterwards, simply follow [our manual installation instructions](https://ytdl-or
```
sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
hash -r
```