Skip to content

Instantly share code, notes, and snippets.

@calganaygun
Last active July 24, 2020 21:23
Show Gist options
  • Save calganaygun/14d40536e7eca174eba3dc12e66de88c to your computer and use it in GitHub Desktop.
Save calganaygun/14d40536e7eca174eba3dc12e66de88c to your computer and use it in GitHub Desktop.
rtw88
echo "Auto RTW88 Driver Installer"
echo "by calganaygun"
sudo yum install mokutil -y && mokutil --sb-state
sudo yum install git build-essential linux-headers-$(uname -r) -y
git clone https://github.com/lwfinger/rtw88.git
cd rtw88
make
sudo make install
rm -v -R --interactive=never ~/rtw88
echo "Finished: Please reboot your PC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment