switch to hybrid

This commit is contained in:
aptalca 2022-08-18 20:23:41 -04:00
parent e351fa3135
commit fd4897b2e6
6 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if ! apk info 2>&1 | grep -q "ffmpeg"; then
echo "**** adding ffmpeg to package install list ****"
echo "ffmpeg" >> /mod-repo-packages-to-install.list
else
echo "**** ffmpeg already installed, skipping ****"
fi

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-swag-ffmpeg-add-package/run