I tried to install in a new Debian 12 LXC container in Proxmox. The sudo package is not installed per default on minimal Debian 12.
The script errored out when trying to create /etc/sudoers.d/gvm because the /etc/sudoers.d directory does not exist when the sudo package is not installed.
Installing sudo before running the script did solve the issue.
Fix: Add sudo package to the dependency / missing packages check.
I tried to install in a new Debian 12 LXC container in Proxmox. The
sudopackage is not installed per default on minimal Debian 12.The script errored out when trying to create
/etc/sudoers.d/gvmbecause the/etc/sudoers.ddirectory does not exist when thesudopackage is not installed.Installing
sudobefore running the script did solve the issue.Fix: Add
sudopackage to the dependency / missing packages check.