Delete start.sh
This commit is contained in:
parent
4955dae408
commit
a7754e7d75
1 changed files with 0 additions and 9 deletions
9
start.sh
9
start.sh
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
export TZ=Europe/Moscow
|
|
||||||
[[ -d .venv ]] || {
|
|
||||||
python -m venv .venv
|
|
||||||
}
|
|
||||||
source .venv/bin/activate
|
|
||||||
pip install --upgrade pip
|
|
||||||
pip install --upgrade bs4 fake_headers psycopg pyyaml requests schedule telethon
|
|
||||||
exec ./pgbot
|
|
Loading…
Reference in a new issue