diff --git a/scripts/bootables-sbsign b/scripts/bootables-sbsign deleted file mode 100644 index 7a9f294..0000000 --- a/scripts/bootables-sbsign +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -signfile(){ -if ! sbverify --cert "/boot/key/MOK.crt" "$1" &>/dev/null; then -sbsign --key "/boot/key/MOK.key" --cert "/boot/key/MOK.crt" --output "$1" "$1" -} - -find /boot -type d | while read -r dir; do - signfile "$dir" -done \ No newline at end of file