mirror of
https://git.sr.ht/~grimler/Heimdall
synced 2025-03-01 03:01:16 +00:00
9 lines
416 B
Bash
Executable File
9 lines
416 B
Bash
Executable File
#!/bin/bash
|
|
sudo chmod 755 /usr/local/bin/heimdall
|
|
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.'
|