From b0c33d9dff130a76567afabfc0b0b198e6cc64a3 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sat, 27 Sep 2025 00:56:57 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index f1dfb65..e524713 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -841,7 +841,7 @@ { "name": "PVE Cron LXC Updater", "slug": "cron-update-lxcs", - "desc": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.", + "desc": "This script will add/remove a crontab schedule that updates the operating system of all LXCs every Sunday at midnight.", "script": "tools/pve/cron-update-lxcs.sh", "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/cron-update-lxcs.sh", "categories": [ @@ -5132,14 +5132,15 @@ { "name": "PVE LXC Updater", "slug": "update-lxcs", - "desc": "This script has been created to simplify and speed up the process of updating all LXC containers across various Linux distributions, such as Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, and ArchLinux. It's designed to automatically skip templates and specific containers during the update, enhancing its convenience and usability.", + "desc": "This script has been created to simplify and speed up the process of updating the operating system running inside LXC containers across various Linux distributions, such as Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, and ArchLinux. It's designed to automatically skip templates and specific containers during the update, enhancing its convenience and usability.", "script": "tools/pve/update-lxcs.sh", "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs.sh", "categories": [ 1 ], "notes": [ - "Execute within the Proxmox shell" + "Execute within the Proxmox shell", + "The script updates only the operating system of the LXC container. It DOES NOT update the application installed within the container!" ], "type": "pve" },