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.
This commit is contained in:
MickLesk
2026-09-18 07:51:46 +02:00
parent adbf3f66b4
commit e008a79d85

View File

@@ -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