Skip to content

Commit 96e7c1a

Browse files
Add files via upload
1 parent 0f15a10 commit 96e7c1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MicropatcherAutomator.app.zip

-2.29 KB
Binary file not shown.

MicropatcherAutomator.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ ! -d ~/Desktop/big-sur-micropatcher-main ]; then
99

1010
Output=$(sudo find ~/Desktop -type d -name '*big-sur-micropatcher-*')
1111
if [[ $Output(ls -A) ]]; then
12-
echo Micropatcher not found! Downloading
12+
echo 'Micropatcher not found! Downloading'
1313
cd ~/Desktop
1414
osascript -e 'do shell script sudo curl -o "big-sur-micropatcher-main.zip" https://codeload.github.com/barrykn/big-sur-micropatcher/zip/main'
1515
echo 'Unzipping Micropatcher'
@@ -20,7 +20,7 @@ if [ ! -d ~/Desktop/big-sur-micropatcher-main ]; then
2020
fi
2121

2222
if [ -e /Volumes/Install\ macOS\ Big\ Sur/Install\ macOS\ Big\ Sur.app ]; then
23-
echo Bootable macOS Big Sur USB detected! Patching...
23+
echo 'Bootable macOS Big Sur USB detected! Patching...'
2424

2525
sh ~/Desktop/big-sur-micropatcher-main/micropatcher.sh
2626

@@ -97,12 +97,12 @@ echo 'To check to see if createinstallmedia is progressing, open Activity Monito
9797
osascript -e 'do shell script "/Applications/Install\\ macOS\\ Big\\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --nointeraction" with administrator privileges'
9898

9999
if [ -e /Volumes/USB ]; then
100-
echo createinstallmedia failed! Please try again...
100+
echo 'createinstallmedia failed! Please try again...'
101101
exit
102102
fi
103103

104104
if [ ! -e /Volumes/Install macOS Big Sur/Install\ macOS\ Big\ Sur.app ]; then
105-
echo createinstallmedia failed! Please try again...
105+
echo 'createinstallmedia failed! Please try again...'
106106
exit
107107
fi
108108

0 commit comments

Comments
 (0)