Proxmox-Debian12
Proxmox-Debian12 copied to clipboard
Error: The key does not match the expected one or is empty. Proxmox installation may be compromised.
I followed your script to the letter, but the sha512sum: /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg: reported no such file or directory... What to do??
@carstenwurtz
I had this same problem today. I had installed Debian 12 without the "standard system utilities".
I examined the code and found that wget needed to be installed:
https://github.com/mathewalves/Proxmox-Debian12/blob/f7b4baaf0abfb2fd24edab0f323ffaf5670e55d8/scripts/install_proxmox-1.sh#L236-L244
I installed wget with:
apt install wget
Then I started the ./setup again and it worked fine.
@mathewalves May be we can get a check for wget at the beginning of the scripts?
@nblomquist oh of course, in fact I need to make these and more changes to avoid bugs, when I created this script it was to meet a need I had at the time, I didn't imagine that so many other people would use it