Delete start.sh

This commit is contained in:
Von Random 2024-10-25 12:56:55 +03:00
parent 4955dae408
commit a7754e7d75

View file

@ -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