Make grub scripts executable.

This commit is contained in:
Captain ALM 2024-08-02 21:07:42 +01:00
parent 66adbd27b0
commit 67e8972894
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -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;