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:
parent
9a621ddc3a
commit
9d67f771da
@ -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 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
|
hash -r
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user