add ffmpeg

This commit is contained in:
CanbiZ (MickLesk) 2026-01-26 14:22:43 +01:00
parent 7d456657d5
commit cb5e1e1524

View File

@ -16,6 +16,10 @@ update_os
fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv" fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv"
setup_nodejs setup_nodejs
msg_info "Installing Dependencies"
$STD apt install -y ffmpeg
msg_ok "Installed Dependencies"
msg_info "Installing Modules" msg_info "Installing Modules"
cd /opt/nodecast-tv cd /opt/nodecast-tv
$STD npm install $STD npm install