mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +01:00
rm youtube-dl.bash
This commit is contained in:
parent
6ed982b5b7
commit
f85af558b1
@ -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
|
|
Loading…
Reference in New Issue
Block a user