aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-21 03:31:25 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-21 03:31:25 +1000
commit7e29d7ef9acb2378d5ec10dc44b1525c52432fbc (patch)
tree297954ea8f9b94ab4332102990986ba78d426de2
parentcadb167e0c93b4b8e9c281c6d7924dab468bff29 (diff)
downloadexternal_heimdall-7e29d7ef9acb2378d5ec10dc44b1525c52432fbc.zip
external_heimdall-7e29d7ef9acb2378d5ec10dc44b1525c52432fbc.tar.gz
external_heimdall-7e29d7ef9acb2378d5ec10dc44b1525c52432fbc.tar.bz2
Fixed line endings in install-kext.sh
-rwxr-xr-xOSX/install-kext.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/OSX/install-kext.sh b/OSX/install-kext.sh
index 9df64df..1bd0cf8 100755
--- a/OSX/install-kext.sh
+++ b/OSX/install-kext.sh
@@ -1,7 +1,7 @@
-#!/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.'
+#!/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.'