I applied the same change I made on onBoot to the run variable, and made the language bash as the syntax `./` and `&&` belong to bash.
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
language = "bash"
|
|
run = "pip install -r requirements.txt && ./run"
|
|
onBoot = "pip install -r requirements.txt && ./run"
|