Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-shellcheck
T
2020-04-06 11:19:09 -05:00

6 lines
121 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** installing shellcheck ****"
apt-get update && apt-get install -y \
shellcheck