From 19323d5f01d31b1e0ef3f34e44eb101c8a057ba8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:58:11 +0100 Subject: [PATCH] Update 00-aaa.sh --- enedisgateway2mqtt/rootfs/scripts/00-aaa.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #