install yt-dlp as a user

This commit is contained in:
Toastie 2024-12-21 23:55:10 +13:00
parent 39933b0643
commit f4fe7bdfb7
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -4,8 +4,8 @@ root=$(pwd)
echo ""
function INSTALL_YTDLP {
sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.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