diff --git a/scripts/Software/Arch/GRUB/install.sh b/scripts/Software/Arch/GRUB/install.sh index 4b285038..4bc9443f 100755 --- a/scripts/Software/Arch/GRUB/install.sh +++ b/scripts/Software/Arch/GRUB/install.sh @@ -4,6 +4,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}"; BOOTLOADER_ID=${BOOTLOADER_ID:-"GRUB"}; pacman --noconfirm -Syu grub efibootmgr; -. ../../Common/GRUB/init.sh; +. ../../Common/GRUB/setup.sh; popd > /dev/null; diff --git a/scripts/Software/Common/GRUB/init.sh b/scripts/Software/Common/GRUB/setup.sh similarity index 100% rename from scripts/Software/Common/GRUB/init.sh rename to scripts/Software/Common/GRUB/setup.sh