mirror of
https://github.com/Bandie/grub2-signing-extension.git
synced 2024-04-01 15:51:26 +00:00
Install fix <.<
This commit is contained in:
parent
7259781961
commit
6fb117571a
4
Makefile
4
Makefile
@ -10,8 +10,8 @@ install:
|
||||
cp ./sbin/grub2-sign /usr/sbin/
|
||||
cp ./sbin/grub2-unsign /usr/sbin/
|
||||
cp ./sbin/grub2-update-kernel-signature /usr/sbin/
|
||||
chown root:root /usr/sbin/grub2-{verify,sign,unsign}
|
||||
chmod 744 /usr/sbin/grub2-{verify,sign,unsign}
|
||||
chown root:root /usr/sbin/grub2-{verify,sign,unsign,update-kernel-signature}
|
||||
chmod 744 /usr/sbin/grub2-{verify,sign,unsign,update-kernel-signature}
|
||||
@printf "Done.\n"
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user