From fb01d495bc403e37ecf26ee7b96073974b6063b1 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:23:43 +0100 Subject: [PATCH] Update yt-dlp-webui-install.sh --- install/yt-dlp-webui-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/yt-dlp-webui-install.sh b/install/yt-dlp-webui-install.sh index f6182c4..1b6f961 100644 --- a/install/yt-dlp-webui-install.sh +++ b/install/yt-dlp-webui-install.sh @@ -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"