#!/bin/bash

wget http://youtube-dl.org/latest/youtube-dl -O /tmp/youtube-dl
chmod +x /tmp/youtube-dl
cp /tmp/youtube-dl /opt/youtube-dl/
