switch to hybrid

This commit is contained in:
aptalca
2022-08-29 21:09:43 -04:00
parent eb3fedc2b7
commit 13bd1da806
13 changed files with 72 additions and 4 deletions
@@ -0,0 +1,14 @@
#!/usr/bin/with-contenv bash
for package in iputils-ping openssh-client python3-click python3-yaml wakeonlan; do
if ! dpkg -s "${package}" >/dev/null 2>&1; then
PACKAGES="${package} ${PACKAGES}"
fi
done
if [ -n "${PACKAGES}" ]; then
echo "${PACKAGES}" >> /mod-repo-packages-to-install.list
echo "**** Adding rffmpeg dependencies to package install list ****"
else
echo "**** rffmpeg dependencies already installed, skipping ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-jellyfin-rffmpeg-add-package/run