Fixed a code typo

This commit is contained in:
tastatur 2023-08-27 12:29:25 +02:00
parent 7236ab7f4a
commit 4dba7db8a0

View file

@ -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. 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. Then to create keys, enroll them and sign the executables with it.