From f34c2f150cbb412ef76e9d4dcc7531f18d36f8b4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 Oct 2023 10:08:24 -0400 Subject: [PATCH] Update unmanic.sh add ffmpeg --- misc/unmanic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/unmanic.sh b/misc/unmanic.sh index 984917a4..9b423bfe 100644 --- a/misc/unmanic.sh +++ b/misc/unmanic.sh @@ -44,7 +44,7 @@ while [ -z "${CTID:+x}" ]; do done echo "Installing Unmanic..." -lxc-attach -n $CTID -- bash -c "apt-get -y install python3-pip && python3 -m pip install unmanic && cat << EOF >/etc/systemd/system/unmanic.service +lxc-attach -n $CTID -- bash -c "apt-get -y install python3-pip && python3 -m pip install unmanic && apt-get -y install ffmpeg && cat << EOF >/etc/systemd/system/unmanic.service [Unit] Description=Unmanic - Library Optimiser After=network-online.target