1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-22 21:34:37 +00:00

Merge pull request #554 from justinvforvendetta/v5.6.4.2

less chars
This commit is contained in:
Christian Bremvåg 2020-02-04 12:54:39 +01:00 committed by GitHub
commit 1877871420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,7 @@ $ sudo ./dkms-remove.sh
### Make ### Make
For building & installing the driver with 'make' use For building & installing the driver with 'make' use
``` ```
$ make $ make && make install
$ make install
``` ```
### Notes ### Notes
@ -96,10 +95,8 @@ cd rtl*
``` ```
Package / Build dependencies (Kali) Package / Build dependencies (Kali)
``` ```
$ sudo apt-get install build-essential $ sudo apt-get update
$ sudo apt-get install bc $ sudo apt-get install build-essential bc libelf-dev linux-headers-`uname -r`
$ sudo apt-get install libelf-dev
$ sudo apt-get install linux-headers-`uname -r`
``` ```
#### For Raspberry (RPI) #### For Raspberry (RPI)