From 117b4fa5d9781e7cfd60dd20c5c4ec76d32172a5 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 24 Apr 2013 14:42:48 -0700 Subject: Heimdall: change line endings on osx install script. Heimdall detect: add more detail on verbose option. Change-Id: I3858289a6270c8a7105b9e32dd4f124bbc7c1acd --- OSX/install-kext.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'OSX') diff --git a/OSX/install-kext.sh b/OSX/install-kext.sh index 9df64df..4379aec 100755 --- a/OSX/install-kext.sh +++ b/OSX/install-kext.sh @@ -1,7 +1,6 @@ -#!/bin/bash -echo 'Installing Driver...' -sudo cp -R heimdall.kext /System/Library/Extensions -sudo chmod -R 755 /System/Library/Extensions/heimdall.kext -sudo chown -R root:wheel /System/Library/Extensions/heimdall.kext -sudo kextload /System/Library/Extensions/heimdall.kext -echo 'Installation complete. If Heimdall cannot recognise your device a reboot may be required.' +echo 'Installing Driver...' +sudo cp -R heimdall.kext /System/Library/Extensions +sudo chmod -R 755 /System/Library/Extensions/heimdall.kext +sudo chown -R root:wheel /System/Library/Extensions/heimdall.kext +sudo kextload /System/Library/Extensions/heimdall.kext +echo 'Installation complete. If Heimdall cannot recognise your device a reboot may be required.' -- cgit v1.1