5 lines
136 B
Bash
5 lines
136 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /scripts/chatserv
|
||
|
|
/scripts/chatserv_venv/bin/pip3 install -r requirements.txt
|
||
|
|
/scripts/chatserv_venv/bin/python3 main.py
|