Videos: Make sure apt-utils is installed to upgrade FFmpeg #1474 #4181

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-05-29 20:20:41 +02:00
parent 8cb1a4c97b
commit 399ddad5a0
3 changed files with 4 additions and 3 deletions

View file

@ -32,6 +32,7 @@ case $DESTARCH in
add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg7
apt-get update
apt-get -qq install ffmpeg
apt-get -qq dist-upgrade
else
apt-get -qq install ffmpeg
fi