decky-plugin-template/python/entrypoint.sh
2023-02-17 20:31:32 +00:00

8 lines
No EOL
144 B
Bash
Executable file

#!/bin/sh
set -e
if [ -f /.dockerenv ]; then
apk add --no-cache python3 py3-pip
fi
pip3 install stickytape
stickytape src/py/main.py > main.py