Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- main.lua
- -- Load the DOG-Integrity API
- local DOGIntegrity = require("DOG-Integrity")
- -- Check if secure boot is properly configured
- if not DOGIntegrity.isSecureBootConfigured() then
- DOGIntegrity.showErrorScreen()
- else
- print("Secure boot is properly configured. Continuing with the script...")
- -- Add your main script logic here
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement