Skip to content

Instantly share code, notes, and snippets.

@XayOn
Created December 7, 2013 15:35
Show Gist options
  • Save XayOn/7844018 to your computer and use it in GitHub Desktop.
Save XayOn/7844018 to your computer and use it in GitHub Desktop.
refind easy install&execute
tmp=$(mktemp -d); cd $tmp
wget http://downloads.sourceforge.net/project/refind/0.7.5/refind-bin-0.7.5.zip?use_mirror=switch -O refind.zip
unzip refind; cd refind-bin-*; bash install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment