Update unmanic.sh
add ffmpeg
This commit is contained in:
parent
3d4af6184d
commit
f34c2f150c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ while [ -z "${CTID:+x}" ]; do
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Installing Unmanic..."
|
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]
|
[Unit]
|
||||||
Description=Unmanic - Library Optimiser
|
Description=Unmanic - Library Optimiser
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
|
Loading…
Reference in a new issue