Skip to content

Commit

Permalink
Fixed youtube-dl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 24, 2018
1 parent 8addbda commit eed71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/install.sh
Expand Up @@ -14,7 +14,7 @@ case "$1" in
;;
"youtube-dl")
echo "Downloading youtube-dl..."
curl -s -o /usr/local/bin/youtube-dl https://yt-dl.org/downloads/latest/youtube-dl
curl -s -L -o /usr/local/bin/youtube-dl https://yt-dl.org/downloads/latest/youtube-dl
chmod 755 /usr/local/bin/youtube-dl
echo 'YoutubeDLPath = "/usr/local/bin/youtube-dl"' >> config.ini
echo "Successfully installed youtube-dl"
Expand Down

0 comments on commit eed71ff

Please sign in to comment.