Skip to content

Instantly share code, notes, and snippets.

@danny8376
Created December 25, 2016 21:43
Show Gist options
  • Save danny8376/44e8790d3e1053db888058054a1d374c to your computer and use it in GitHub Desktop.
Save danny8376/44e8790d3e1053db888058054a1d374c to your computer and use it in GitHub Desktop.
# youtube-dl
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
# rclone
curl -O http://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64
cp rclone /usr/sbin/
chown root:root /usr/sbin/rclone
chmod 755 /usr/sbin/rclone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment