mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 10:21:36 -04:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# This is an install script that is designed to run after init-mods-package-install
|
||||
# so it can take advantage of packages installed
|
||||
# init-mods-end depends on this script so that later init and services wait until this script exits
|
||||
|
||||
curl -o \
|
||||
/tmp/biftool_linux.zip -L \
|
||||
"https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip" && \
|
||||
cd /tmp && \
|
||||
unzip biftool_linux.zip -d /usr/bin && \
|
||||
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-imagename-modname-install/run
|
||||
Reference in New Issue
Block a user