Actualiser libreticmenu.sh
This commit is contained in:
parent
274f0550e1
commit
9e9eba4b66
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ set -eo pipefail
|
||||||
DIR=$(dirname $0)
|
DIR=$(dirname $0)
|
||||||
cd $DIR
|
cd $DIR
|
||||||
[ "$NOPULL" != "0" ] && git pull
|
[ "$NOPULL" != "0" ] && git pull
|
||||||
|
poetry lock
|
||||||
poetry -C $DIR/libreticmenu install
|
poetry -C $DIR/libreticmenu install
|
||||||
poetry -C $DIR/libreticmenu run python $DIR/libreticmenu/libreticmenu.py $*
|
poetry -C $DIR/libreticmenu run python $DIR/libreticmenu/libreticmenu.py $*
|
||||||
|
|
Loading…
Reference in a new issue