mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
less chars
shorten lib install
This commit is contained in:
parent
7240269e29
commit
d24d7a74ee
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user