Created
July 20, 2019 11:20
-
-
Save CroneKorkN/8971e6f26d4a0bf2f41bbbaf61e1e9a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r) | |
git clone https://github.com/tomaspinho/rtl8821ce | |
cd rtl8821ce | |
chmod +x dkms-install.sh | |
chmod +x dkms-remove.sh | |
sudo ./dkms-install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment