From 4dba7db8a0c7f06c22c3782a47842104a8ee1824 Mon Sep 17 00:00:00 2001 From: tastatur Date: Sun, 27 Aug 2023 12:29:25 +0200 Subject: [PATCH] Fixed a code typo --- docs/void-desktop-setup/post-installation/secure-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/void-desktop-setup/post-installation/secure-boot.md b/docs/void-desktop-setup/post-installation/secure-boot.md index 1d3495e..70dd52a 100644 --- a/docs/void-desktop-setup/post-installation/secure-boot.md +++ b/docs/void-desktop-setup/post-installation/secure-boot.md @@ -5,7 +5,7 @@ Secure boot is sometimes a necessity when working with a windows dual boot on la For linux to work with secureboot it's necessary to enroll keys using sbctl. ``` -xbps-install -Sy sbctl sbsigntool +# xbps-install -Sy sbctl sbsigntool ``` Then to create keys, enroll them and sign the executables with it.