X-Git-Url: https://code.delx.au/refind/blobdiff_plain/7b85c1b8c0aca2e8e9443083f628e5493bc64cfa..65b6176beb6171976d044fc17cc7ab6f98e458a1:/install.sh diff --git a/install.sh b/install.sh index 747475a..6040c23 100755 --- a/install.sh +++ b/install.sh @@ -27,6 +27,7 @@ # # Revision history: # +# 0.5.1.1 -- Fixed bug that caused script failure under OS X # 0.5.1 -- Added --shim & --localkeys options & create sample refind_linux.conf # in /boot # 0.5.0 -- Added --usedefault & --drivers options & changed "esp" option to "--esp" @@ -649,7 +650,7 @@ if [[ `whoami` != "root" ]] ; then fi CheckForFiles if [[ $OSName == 'Darwin' ]] ; then - if [[ $ShimDir != "none" ]] ; then + if [[ $ShimSource != "none" ]] ; then echo "The --shim option is not supported on OS X! Exiting!" exit 1 fi