mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 02:13:07 -04:00
removed mediadc code; added first memories dependency: perl
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
perl_executable_path=$(which perl)
|
||||
if [ -x "$perl_executable_path" ] ; then
|
||||
echo "**** Adding perl5 and its deps to package install lists ****"
|
||||
echo "perl\
|
||||
" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** perl5 already installed, skipping ****"
|
||||
fi
|
||||
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-memories-add-package/run
|
||||
Reference in New Issue
Block a user