Fix permission error
This commit is contained in:
parent
ab94663128
commit
0daac2eb6d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ begin
|
||||||
/etc/default/grub
|
/etc/default/grub
|
||||||
|
|
||||||
sudo grub-install --target=x86_64-efi --efi-directory="$efiDir" --bootloader-id="$(getConfig valhalla.boot.label)"
|
sudo grub-install --target=x86_64-efi --efi-directory="$efiDir" --bootloader-id="$(getConfig valhalla.boot.label)"
|
||||||
grub-mkconfig -o "$efiDir/grub/grub.cfg"
|
sudo grub-mkconfig -o "$efiDir/grub/grub.cfg"
|
||||||
end
|
end
|
||||||
|
|
||||||
runInstaller $argv
|
runInstaller $argv
|
||||||
|
|
Loading…
Reference in a new issue