Party/run.sh
fingadumbledore 555b416a79 run.sh update
2022-12-29 17:02:03 +01:00

11 lines
137 B
Bash
Executable File

#!/bin/sh
if [ $? -eq 1 ]; then
pip install qrcode
fi
cat party.sql | sqlite3 party.db
export FLASK_APP=main.py
sudo python3 main.py