@saltyoldgeek @proxmox
Be aware that your command is not kosher with what Proxmox support recommend.
apt update && apt -y upgrade
...should *always* be:
apt update && apt -y dist-upgrade
Proxmox discussion
@saltyoldgeek @proxmox
Be aware that your command is not kosher with what Proxmox support recommend.
apt update && apt -y upgrade
...should *always* be:
apt update && apt -y dist-upgrade