Hello everyone,
I'm trying to install the kernel headers to be able to run the "make release" which uses "clang" but I don't know how to do it, I've tried with:
I'm using a container with privileges on Proxmox version 8.1.4 and the O.S is Debian12
Any help would be appreciated, thank you very much!
I'm trying to install the kernel headers to be able to run the "make release" which uses "clang" but I don't know how to do it, I've tried with:
Code:
apt install pve-headers-$(uname -r)
apt install proxmox-headers-$(uname -r)
I'm using a container with privileges on Proxmox version 8.1.4 and the O.S is Debian12
Any help would be appreciated, thank you very much!