From 90f884bebe4ec63862afd4ba855d91936c1a9683 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 30 Nov 2024 18:40:12 +0100 Subject: [PATCH] Fix typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 82f15e3..101a369 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,4 @@ Removing the secure boot for shodan involves some trickery on the command line, ``sudo chattr -i /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c`` then enable setup mode for the system with ``sudo efi-updatevar -d 0 -k /etc/secureboot/keys/PK/PK.key PK`` -This should allow you to reinstall or do other things with the sytem (and crucially disable secure boot in the boot menu). -`` \ No newline at end of file +This should allow you to reinstall or do other things with the sytem (and crucially disable secure boot in the boot menu). \ No newline at end of file