owen3d

joined 2 years ago
[–] [email protected] 2 points 11 months ago

@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