mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
8 lines
76 B
Bash
8 lines
76 B
Bash
#!/bin/bash
|
|
|
|
layout python
|
|
|
|
if ! has poetry; then
|
|
pip install poetry
|
|
fi
|