diff --git a/build.sh b/build.sh index 70c9a24..60c8de4 100755 --- a/build.sh +++ b/build.sh @@ -186,6 +186,19 @@ if [ -f "${SIGNED_SHIM}" ] ; then " cp "${SIGNED_SHIM}" "${UEFI_FILE}" fi +if [ -f "${ARM_SHIM}" ] ; then + echo -n " +↙ ${ARM_FILE} +↘ ${ARM_GRUB} +" + mv "${ARM_FILE}" "${ARM_GRUB}" + echo -n " +↙ ${ARM_SHIM} +↘ ${ARM_FILE} +" + cp "${ARM_SHIM}" "${ARM_FILE}" +fi + if [ -f "${SIGNED_GRUB}" ] ; then echo -n " ↙ ${UEFI_GRUB}