From 9e9eba4b66bbc5eefb5547bdd3d9e49651a27d86 Mon Sep 17 00:00:00 2001 From: "olivier.navas" Date: Wed, 2 Oct 2024 08:55:12 +0200 Subject: [PATCH] Actualiser libreticmenu.sh --- libreticmenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libreticmenu.sh b/libreticmenu.sh index 9316e69..7bdbb14 100755 --- a/libreticmenu.sh +++ b/libreticmenu.sh @@ -3,5 +3,6 @@ set -eo pipefail DIR=$(dirname $0) cd $DIR [ "$NOPULL" != "0" ] && git pull +poetry lock poetry -C $DIR/libreticmenu install poetry -C $DIR/libreticmenu run python $DIR/libreticmenu/libreticmenu.py $*