diff --git a/scripts/Arch/Config/SecureBoot/install.sh b/scripts/Arch/Config/SecureBoot/install.sh index e9cea228..c4d668ed 100755 --- a/scripts/Arch/Config/SecureBoot/install.sh +++ b/scripts/Arch/Config/SecureBoot/install.sh @@ -3,6 +3,10 @@ EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}"; BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"}; bootNum="$(efibootmgr | sed "/$BOOTLOADER_ID/{ s/^.*Boot\([[:digit:]]\+\)\*.*$/\1/; p; }; d")"; +pushd "${BASH_SOURCE%/*}" > /dev/null; +. "../../Software/yay/install.sh"; +popd > /dev/null; + echo $EFI_BOOT_DIR; yay --noconfirm -Syu secureboot-grub;