From 0a23a9a7b0c88de8c1f67a249a49a9d019baafe9 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Mon, 8 Dec 2014 23:27:26 -0500 Subject: [PATCH] Fixed silly mistake in install.sh --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 05e52fc..dcfec93 100755 --- a/install.sh +++ b/install.sh @@ -135,7 +135,6 @@ GetParams() { esac shift done - if [[ "$InstallToEspOnMac" == 0 && "$RootDir" == '/' && "$TargetDir" == '/EFI/BOOT' ]] ; then echo "You may use --notesp OR --usedefault, but not both! Aborting!" exit 1 @@ -148,7 +147,6 @@ GetParams() { echo "If you use --ownhfs, you may NOT use --usedefault! Aborting!" exit 1 fi - exit RLConfFile="$RootDir/boot/refind_linux.conf" EtcKeysDir="$RootDir/etc/refind.d/keys" } # GetParams() @@ -1053,7 +1051,6 @@ InstallOnLinux() { # performs a few startup checks, and then calls functions to # install under OS X or Linux, depending on the detected platform. # - OSName=`uname -s` GetParams "$@" ThisDir="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -- 2.39.2