1 2 3
#!/bin/sh set -e exec grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot "$@"