mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 19:28:39 +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
|