diff --git a/enedisgateway2mqtt/rootfs/scripts/00-aaa.sh b/enedisgateway2mqtt/rootfs/scripts/00-aaa.sh index 5748ba99e..c1df9fd74 100644 --- a/enedisgateway2mqtt/rootfs/scripts/00-aaa.sh +++ b/enedisgateway2mqtt/rootfs/scripts/00-aaa.sh @@ -9,7 +9,8 @@ if [ ! -f "/usr/bin/bashio" ]; then apt-get update && apt-get install -y --no-install-recommends \ jq \ - curl + curl \ + yamllint ################### # Install bashio #