diff --git a/e-prereq.sh b/e-prereq.sh index 7577462..ec7b030 100644 --- a/e-prereq.sh +++ b/e-prereq.sh @@ -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