Add package update checks and upgrades

This commit is contained in:
2026-02-07 23:00:13 +03:00
parent 8d5eda3244
commit 5ade542828
3 changed files with 98 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ artifacts_kb = ReplyKeyboardMarkup(
system_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="💽 Disks"), KeyboardButton(text="🔐 Security")],
[KeyboardButton(text="🌐 URLs")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="📦 Updates")],
[KeyboardButton(text="⬆️ Upgrade")],
[KeyboardButton(text="🔄 Reboot")],
[KeyboardButton(text="⬅️ Назад")],
],