Created
September 11, 2022 13:26
-
-
Save PIPIPIG233666/524e4414c04d0ec047ae3f1f6a77b121 to your computer and use it in GitHub Desktop.
Sign all .efi files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for f in $(sudo find -name '*.efi');do sudo sbctl sign -s $f;done; |
Author
PIPIPIG233666
commented
Jun 15, 2023
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment