theme.park/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
deathbybandaid 61fe99f629 2024-03-29
2024-03-29 08:53:33 -04:00

6 lines
125 B
Plaintext

#!/usr/bin/with-contenv bash
if ! [[ -x "$(command -v jq)" ]]; then
echo "jq" >> /mod-repo-packages-to-install.list
fi