this post was submitted on 28 Nov 2023
6 points (100.0% liked)

Proxmox

421 readers
1 users here now

Proxmox discussion

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [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