REFInd: Difference between revisions

imported>Samueldr
m Make this work better
imported>Samueldr
m Actually there too
Line 31: Line 31:
<syntaxhighlight>
<syntaxhighlight>
sudo mkdir -p /boot/EFI/boot/
sudo mkdir -p /boot/EFI/boot/
sudo cp "$(nix-build --no-out-link -A 'refind')/share/refind/refind_x64.efi" /boot/EFI/boot/bootx64.efi
sudo cp "$(nix-build '<nixpkgs>' --no-out-link -A 'refind')/share/refind/refind_x64.efi" /boot/EFI/boot/bootx64.efi
</syntaxhighlight>
</syntaxhighlight>