mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
629baca0ee
The package was giving bad permissions for the SharedSupport directory which was a problem updating the CloverV2 dir. Fixed
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
xattr -rc /Applications/Clover.app
|
|
chmod -R 777 /Applications/Clover.app/Contents/SharedSupport
|
|
sleep 3
|
|
open /Applications/Clover.app
|