theme.park/docker-mods/qbittorrent/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

7 lines
181 B
Plaintext

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