mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-16 21:33:15 -04:00
5 lines
146 B
Plaintext
Executable File
5 lines
146 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** Adding java11 packages to install list ****"
|
|
echo "openjdk-11-jdk" >> /mod-repo-packages-to-install.list
|