rm youtube-dl.bash

This commit is contained in:
Mikaela Suomalainen 2014-12-25 16:26:32 +02:00
parent 6ed982b5b7
commit f85af558b1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
if [[ $USER != "root" ]]; then
NOROOT="--user"
fi
pip --version
sleep 10
# Install requirements, commented as they don't exist.
#pip install -vr https://raw.githubusercontent.com/rg3/youtube-dl/master/requirements.txt --upgrade $NOROOT
pip install -v git+https://github.com/rg3/youtube-dl.git --upgrade $NOROOT