Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Correcting the Broken Repository Link in Installation Instructions #62

Open
typingbugs opened this issue Oct 19, 2023 · 0 comments

Comments

@typingbugs
Copy link

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!

virer added a commit to virer/rtl8852au that referenced this issue Jan 4, 2024
virer added a commit to virer/rtl8852au that referenced this issue Jan 4, 2024
lwfinger added a commit that referenced this issue Jan 4, 2024
Fix: SecureBoot readme typo (issue #62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant