kc9wwh / macOSUpgrade

Workflow for doing in-place upgrades.
Other
418 stars 103 forks source link

Fixed example syntax #79

Closed SmithersJr closed 5 years ago

SmithersJr commented 5 years ago

PlistBuddy command example for Installer OS version didn't quite work (typo and combination of "s and \s for path).

I'm working on Mojave upgrade from High Sierra; but, I left the example for the previous versions. What I'm actually using is: /usr/libexec/PlistBuddy -c 'Print :"System Image Info":"version"' "/Applications/Install macOS Mojave.app/Contents/SharedSupport/InstallInfo.plist". Result is: 10.14.

SmithersJr commented 5 years ago

I don't use git much. So, feel free to educate me if I did this incorrectly. ;-)

kenchan0130 commented 5 years ago

I think that this patch looks good. However it seems that it is duplicate of https://github.com/kc9wwh/macOSUpgrade/pull/78/files.

SmithersJr commented 5 years ago

Ah, thanks. I should have checked for existing PRs first. :-)

kc9wwh commented 5 years ago

Closing as Duplicate, but that you much for the PR!