switch to hybrid

This commit is contained in:
aptalca
2022-08-12 14:40:09 -04:00
parent 01c36a91dc
commit 3b6a15bed1
7 changed files with 11 additions and 1 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if ! dpkg -s ffmpeg >/dev/null 2>&1; then
echo "**** Adding ffmpeg to package install list ****"
echo "ffmpeg" >> /mod-repo-packages-to-install.list
else
echo "**** ffmpeg already installed, skipping ****"
fi
@@ -0,0 +1 @@
/etc/s6overlay/s6-rc.d/init-mod-lazylibrarian-ffmpeg-add-package/run