Actualiser libreticmenu.sh

This commit is contained in:
Navas 2024-10-02 08:55:12 +02:00
parent 274f0550e1
commit 9e9eba4b66

View file

@ -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 $*