mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
8 lines
263 B
Plaintext
Executable File
8 lines
263 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
if [ -z `command -v git` ]; then
|
|
echo "**** adding plex-audnexus deps to package install list ****"
|
|
echo "git" >> /mod-repo-packages-to-install.list
|
|
else
|
|
echo "**** plex-audnexus deps already installed, skipping ****"
|
|
fi |