From 67e8972894efeeca85ebe7448b983ee4f535b218 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 2 Aug 2024 21:07:42 +0100 Subject: [PATCH] Make grub scripts executable. --- install-grub-security.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-grub-security.sh b/install-grub-security.sh index 7266226..5d5465f 100755 --- a/install-grub-security.sh +++ b/install-grub-security.sh @@ -6,6 +6,7 @@ sudo cp local-sbin/* /usr/local/sbin/ -f; sudo cp kernel-hooks/* /etc/kernel/ -fr; sudo cp lib-systemd-system-sleep/* /usr/lib/systemd/system-sleep/ -f; sudo 7za x -o/etc grub.d.my.7z -y; +sudo chmod +x /etc/grub.d/*; sudo cp sbat /root/sbat -f; if [ ! -f /root/pubkey ]; then sudo gpg --batch --passphrase '' --quick-gen-key root@localhost default default;