Remove unnecessary script argument
This commit is contained in:
parent
868477cf23
commit
3522b560d7
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue