lwfinger / rtl8852au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Correcting the Broken Repository Link in Installation Instructions

typingbugs opened this issue · comments

In the installation instructions, there is a broken repository link. In the section Installation with module signing for SecureBoot, it mentions the following steps:

git clone git://github.com/lwfinger/rtl8814au.git
cd rtl8814au
make
sudo make sign-install

However, there is no rtl8814au repository under the provided link. The correct repository to clone is rtl8852au. The accurate installation steps are as follows:

git clone git://github.com/lwfinger/rtl8852au.git
cd rtl8852au
make
sudo make sign-install

This issue might confuse other users, and I suggest updating the link to the correct repository. Thank you!