install yt-dlp as a user
This commit is contained in:
parent
39933b0643
commit
f4fe7bdfb7
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ root=$(pwd)
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
function INSTALL_YTDLP {
|
function INSTALL_YTDLP {
|
||||||
sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
|
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.local/bin/yt-dlp
|
||||||
sudo chmod a+rx /usr/local/bin/yt-dlp
|
chmod a+rx ~/.local/bin/yt-dlp
|
||||||
}
|
}
|
||||||
|
|
||||||
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||||
|
|
Loading…
Reference in a new issue