diff --git a/scripts/Common/Config/GRUB/setup.sh b/scripts/Common/Config/GRUB/setup.sh index 4dcca31c..787cff88 100755 --- a/scripts/Common/Config/GRUB/setup.sh +++ b/scripts/Common/Config/GRUB/setup.sh @@ -8,7 +8,7 @@ then sudo \ EFI_BOOT_DIR="${EFI_BOOT_DIR}" \ BOOTLOADER_ID="${BOOTLOADER_ID}" \ - bash "$BASH_SOURCE" "$USER"; + bash "$BASH_SOURCE"; else sed -i "s/#\(GRUB_DISABLE_OS_PROBER\)/\1/" /etc/default/grub; grub-install --target=x86_64-efi --efi-directory="$EFI_BOOT_DIR" --bootloader-id="$BOOTLOADER_ID";