Party/run.sh
fingadumbledore 1fa86db83a f
2023-01-03 08:55:33 +01:00

11 lines
146 B
Bash
Executable File

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