aboutsummaryrefslogtreecommitdiffstats
path: root/OSX
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2013-04-24 14:42:48 -0700
committerKoushik Dutta <koushd@gmail.com>2013-04-24 14:42:48 -0700
commit117b4fa5d9781e7cfd60dd20c5c4ec76d32172a5 (patch)
tree284a447e2720b7d1c11b9577306a01c955fbb425 /OSX
parent7f3c870e04a8fa35ea3e59dd15460f290502d178 (diff)
downloadexternal_heimdall-117b4fa5d9781e7cfd60dd20c5c4ec76d32172a5.zip
external_heimdall-117b4fa5d9781e7cfd60dd20c5c4ec76d32172a5.tar.gz
external_heimdall-117b4fa5d9781e7cfd60dd20c5c4ec76d32172a5.tar.bz2
Heimdall: change line endings on osx install script.
Heimdall detect: add more detail on verbose option. Change-Id: I3858289a6270c8a7105b9e32dd4f124bbc7c1acd
Diffstat (limited to 'OSX')
-rwxr-xr-xOSX/install-kext.sh13
1 files changed, 6 insertions, 7 deletions
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.'