1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

less chars

shorten lib install
This commit is contained in:
sunerok 2020-02-03 13:59:13 -05:00 committed by GitHub
parent 7240269e29
commit d24d7a74ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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