In refind-install on 0.12.0, there's a "sed -i" command that causes an error on macOS. Some web searching suggests that it needs to be "sed -i ''". That's two single quotes for a null string.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In refind-install on 0.12.0, there's a "sed -i" command that causes an error on macOS. Some web searching suggests that it needs to be "sed -i ''". That's two single quotes for a null string.