mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 11:26:03 +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:
@@ -3,7 +3,7 @@
|
||||
# Colors, logging, spinner, system helpers, v1 compat, i18n-aware
|
||||
|
||||
# ── Version ───────────────────────────────────────────────────────────────────
|
||||
GOTELEGRAM_VERSION="2.4.4"
|
||||
GOTELEGRAM_VERSION="2.4.5"
|
||||
GOTELEGRAM_NAME="GoTelegram"
|
||||
|
||||
# ── Пути ──────────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user