Proxmox-Debian12 icon indicating copy to clipboard operation
Proxmox-Debian12 copied to clipboard

Error: The key does not match the expected one or is empty. Proxmox installation may be compromised.

Open carstenwurtz opened this issue 1 year ago • 2 comments
trafficstars

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 avatar Nov 24 '24 02:11 carstenwurtz

@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 avatar Feb 05 '25 14:02 nblomquist

@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

mathewalves avatar Feb 09 '25 00:02 mathewalves