From 6855a2ba9c68c2f8e7d73e1b53b05f6669b1bfbb Mon Sep 17 00:00:00 2001 From: Sebastien Caps <493313+virer@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:48:02 +0100 Subject: [PATCH] Fix: SecureBoot typo (issue #62) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b10416e..cc70942 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ When your kernel is updated, then do a 'git pull' and redo the make commands. ##### Installation with module signing for SecureBoot For all distros: ```bash -git clone git://github.com/lwfinger/rtl8814au.git -cd rtl8814au +git clone git://github.com/lwfinger/rtl8852au.git +cd rtl8852au make sudo make sign-install ```