PVE Cron LXC Updater | scripts-underground PVE Cron LXC Updater | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

PVE Cron LXC Updater

pve proxmox
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/pve/cron-update-lxcs.sh)"

PVE Cron LXC Updater

This script will add/remove a crontab schedule that updates the operating system of all LXCs every Sunday at midnight.

Notes

  • Execute within the Proxmox shell
  • To exclude LXCs from updating, edit the crontab using crontab -e and add CTID
Copied!