From fd27576c8c12c5868d7337e1ef959a1658e293e2 Mon Sep 17 00:00:00 2001 From: LPD Hiro <96115049+RoHiro@users.noreply.github.com> Date: Sat, 16 Jul 2022 02:24:19 +0200 Subject: [PATCH 1/2] Add files via upload --- wifinstall.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wifinstall.sh 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 + From 65ff14ee42d8edd6f2c8e0d53bef423571a3ac3a Mon Sep 17 00:00:00 2001 From: LPD Hiro <96115049+RoHiro@users.noreply.github.com> Date: Sat, 16 Jul 2022 02:31:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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