fpsql-py-package/fix.sh
2023-05-24 13:58:35 +00:00

7 lines
No EOL
198 B
Bash
Executable file

echo "Fixing poetry..."
pip install --upgrade poetry > /dev/null
echo "Updating/Installing dependencies..."
poetry update > /dev/null
echo "Logging completion..."
touch /tmp/updated.txt
echo "Done!"