mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-05 02:55:44 +00:00
Removed 'bc' from dependencies
This commit is contained in:
parent
b79883bf58
commit
8da5086a5a
@ -96,12 +96,12 @@ cd rtl*
|
||||
Package / Build dependencies (Kali)
|
||||
```
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install build-essential bc libelf-dev linux-headers-`uname -r`
|
||||
$ sudo apt-get install build-essential libelf-dev linux-headers-`uname -r`
|
||||
```
|
||||
#### For Raspberry (RPI)
|
||||
|
||||
```
|
||||
$ sudo apt-get install bc raspberrypi-kernel-headers
|
||||
$ sudo apt-get install raspberrypi-kernel-headers
|
||||
```
|
||||
|
||||
Then run this step to change platform in Makefile, For RPI 1/2/3/ & 0/Zero:
|
||||
|
Loading…
Reference in New Issue
Block a user