mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 00:18:40 +00:00
8 lines
112 B
Bash
8 lines
112 B
Bash
cd "$(dirname "$0")" || exit 1
|
|
cd .. || exit 1
|
|
cd platform || exit 1
|
|
|
|
rm poetry.lock
|
|
poetry install
|
|
poetry lock
|