mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 20:36:04 +00:00
fix(v2.4.5): wait for apt lock + versioned python3.X-venv fallback
- bot_install: wait up to 300s for dpkg/apt lock (unattended-upgrades) - use apt-get -o DPkg::Lock::Timeout=120 as extra safety - detect python3 minor version and include python3.X-venv in package list - stop silencing apt errors with 2>/dev/null — surface them to user - python3-full is optional; fall back to core packages if unavailable - venv fallback path also installs versioned package and retries - templates_catalog.json: skip cp when source==dest (symlink install)
This commit is contained in:
@@ -100,7 +100,7 @@ logger = logging.getLogger(__name__)
|
||||
# CONFIGURATION
|
||||
# ============================================================================
|
||||
|
||||
GOTELEGRAM_VERSION = "2.4.4"
|
||||
GOTELEGRAM_VERSION = "2.4.5"
|
||||
GOTELEGRAM_CONFIG = "/opt/gotelegram/config.json"
|
||||
TELEMT_CONFIG = "/etc/telemt/config.toml"
|
||||
TELEMT_SERVICE = "telemt"
|
||||
|
||||
Reference in New Issue
Block a user