Update yt-dlp-webui-install.sh

This commit is contained in:
Tobias 2025-03-21 18:23:43 +01:00 committed by GitHub
parent 83b8aa1270
commit fb01d495bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ update_os
install_core_deps
msg_info "Installing Dependencies"
sudo apt install -y \
$STD apt-get install -y \
sudo \
ffmpeg
msg_ok "Installed Dependencies"
@ -29,7 +29,7 @@ echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
msg_ok "Installed ${APPLICATION}"
msg_info "Installing yt-dlp"
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
wget -q https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
chmod a+rx /usr/local/bin/yt-dlp
msg_ok "Installed yt-dlp"