From a352e7f8b8eff51e45bda7f0e92757844996b0a6 Mon Sep 17 00:00:00 2001 From: Ferdinand Keller Date: Tue, 28 Mar 2023 21:07:28 +0000 Subject: [PATCH] Add doc for proxmox build instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3a0617b..d31a278 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ Package / Build dependencies (Kali) $ sudo apt-get update $ sudo apt-get install bc mokutil build-essential libelf-dev linux-headers-`uname -r` ``` +#### For Proxmox Virtual Environment (PVE) +Package / Build dependencies +``` +$ sudo apt-get update +$ sudo apt-get install bc mokutil build-essential libelf-dev pve-headers-`uname -r` +``` #### For Raspberry (RPI) ```