linuxinstaller/libreticmenu.sh

9 lines
212 B
Bash
Raw Normal View History

2024-09-30 19:32:52 +02:00
#!/bin/bash
set -eo pipefail
DIR=$(dirname $0)
cd $DIR
[ "$NOPULL" != "0" ] && git pull
2024-10-02 08:55:12 +02:00
poetry lock
2024-09-30 19:32:52 +02:00
poetry -C $DIR/libreticmenu install
poetry -C $DIR/libreticmenu run python $DIR/libreticmenu/libreticmenu.py $*