Compare commits

...

2 Commits

Author SHA1 Message Date
Ferdinand Keller 5eab3744fc
Merge a352e7f8b8 into a3e0c0b6d5 2023-11-30 16:56:10 +01:00
Ferdinand Keller a352e7f8b8
Add doc for proxmox build instructions 2023-03-28 21:07:28 +00:00
1 changed files with 6 additions and 0 deletions

View File

@ -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)
```