Skip to content

Instantly share code, notes, and snippets.

@CroneKorkN
Created July 20, 2019 11:20
Show Gist options
  • Save CroneKorkN/8971e6f26d4a0bf2f41bbbaf61e1e9a4 to your computer and use it in GitHub Desktop.
Save CroneKorkN/8971e6f26d4a0bf2f41bbbaf61e1e9a4 to your computer and use it in GitHub Desktop.
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