From e008a79d85c24484a00b9b2e1adad6f5f07265bb Mon Sep 17 00:00:00 2001 From: MickLesk <47820557+MickLesk@users.noreply.github.com> Date: Fri, 18 Sep 2026 07:51:46 +0200 Subject: [PATCH] oxicloud: install ffmpeg on update as well The install gained it, the update did not, so a container created before this change would never get it. The musl binary forks ffmpeg for video thumbnails; without it that one feature stays silently unavailable. --- ct/oxicloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/oxicloud.sh b/ct/oxicloud.sh index 42f0517b8..2eb56d426 100644 --- a/ct/oxicloud.sh +++ b/ct/oxicloud.sh @@ -33,6 +33,8 @@ function update_script() { exit fi + ensure_dependencies ffmpeg + if check_for_gh_release "OxiCloud" "DioCrafts/OxiCloud"; then msg_info "Stopping OxiCloud" systemctl stop oxicloud