Advertisement
DOGGYWOOF

Untitled

Oct 19th, 2024 (edited)
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. -- main.lua
  2.  
  3. -- Load the DOG-Integrity API
  4. local DOGIntegrity = require("DOG-Integrity")
  5.  
  6. -- Check if secure boot is properly configured
  7. if not DOGIntegrity.isSecureBootConfigured() then
  8. DOGIntegrity.showErrorScreen()
  9. else
  10. print("Secure boot is properly configured. Continuing with the script...")
  11. -- Add your main script logic here
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement