I have downloaded the rEFInd boot manager, and want to figure out how to install it by script. The Arch wiki says I simply run the script:
$ sudo refind-install
However, upon execution I get back the error
sudo: refind-install: command not found
Where can I find this command and run the script accordingly?
pacman
? if you got it from sourceforge you'll be looking for../refind_unzipped_dir/install.sh
. see part of this. or, and better yet, see Rod's own instructions. – mikeserv Nov 22 '15 at 22:28.tar.xz
at the download from mirror link here? if so, you'll still need to install it.pacman -U ./refind*xz
. that's thepacman
package file, though. i'm pretty sure it's got all you need within, and after running it yourrefind-install
should work as you need, but it seems to me that if you're an arch linux user you would have justpacman -S refind-efi
in the first place. so you might want to look again at the rodsbooks link above, or, at the least, at somepacman
arch wiki articles. – mikeserv Nov 23 '15 at 05:05