Fixed a code typo
This commit is contained in:
parent
7236ab7f4a
commit
4dba7db8a0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue