New post up on the Proxmox 8 to 8.1 update! https://www.saltyoldgeek.com/posts/proxmox-minor-update/?ref=hachyderm @proxmox #proxmox
New post up on the Proxmox 8 to 8.1 update! https://www.saltyoldgeek.com/posts/proxmox-minor-update/?ref=hachyderm @proxmox #proxmox
@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