diff --git a/README.md b/README.md index bb3d579..1d39fc6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Before build this driver make sure `make`, `gcc`, `linux-header`/`kernel-devel`, `bc` and `git` have been installed. +## The fast way +Just clone this repo, cd to it and run the script (wifinstall.sh) +``` +git clone https://github.com/RoHiro/RTL8811CU-8821CU-Install-Deb-.git +cd RTL8811CU-8821CU-Install-Deb- +sudo bash ./wifinstall +``` +## If you want to do it yourself ## First, clone this repository ``` mkdir -p ~/build diff --git a/wifinstall.sh b/wifinstall.sh new file mode 100644 index 0000000..ee3fd25 --- /dev/null +++ b/wifinstall.sh @@ -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 +