mirror of https://github.com/brektrou/rtl8821CU
Merge 65ff14ee42 into 8c2226a74a
commit
17d3f6f925
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential dkms git
|
||||
git clone https://github.com/fastoe/RTL8811CU.git
|
||||
cd RTL8811CU
|
||||
make
|
||||
sudo make install
|
||||
|
||||
Loading…
Reference in New Issue