fix(v2.4.4): robust venv creation + UTF-8 safe install frame

- install.sh bot_install: always ensure python3-venv+pip, verify pip exists, check pip install exit code, sanity-check imports
- install.sh: replace box-frame with simple bullet lines (printf %-Ns was byte-counting, breaking Cyrillic UTF-8)
- common.sh: 2.4.4
- bot.py: 2.4.4
This commit is contained in:
anten-ka
2026-04-10 14:03:28 +03:00
parent 4b63b79184
commit 3919f201f5
3 changed files with 58 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ logger = logging.getLogger(__name__)
# CONFIGURATION
# ============================================================================
GOTELEGRAM_VERSION = "2.4.3"
GOTELEGRAM_VERSION = "2.4.4"
GOTELEGRAM_CONFIG = "/opt/gotelegram/config.json"
TELEMT_CONFIG = "/etc/telemt/config.toml"
TELEMT_SERVICE = "telemt"