7 lines
No EOL
198 B
Bash
Executable file
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!" |