mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 03:33:19 -04:00
8 lines
222 B
Plaintext
Executable File
8 lines
222 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
if [ ! -f "/usr/bin/git" ]; then
|
|
echo "**** Adding git to package install list ****"
|
|
echo "git" >> /mod-repo-packages-to-install.list
|
|
else
|
|
echo "**** git already installed ****"
|
|
fi |