mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
switch to hybrid
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if ! command -v git; then
|
||||
echo "**** Adding git to package install list ****"
|
||||
echo "git" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** git already installed, skipping ****"
|
||||
fi
|
||||
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-universal-git-add-package/run
|
||||
Reference in New Issue
Block a user