mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
7 lines
194 B
Plaintext
Executable File
7 lines
194 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
if ! which unzip >/dev/null; then
|
|
echo "**** Adding flutter dependency packages to install list ****"
|
|
echo "unzip" >> /mod-repo-packages-to-install.list
|
|
fi
|