소스 검색

Update unmanic.sh

add ffmpeg
tteckster 1 년 전
부모
커밋
f34c2f150c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/unmanic.sh

+ 1 - 1
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