Created
June 15, 2021 17:48
-
-
Save growtopiajaw/8ad2b2dcc62dbc68bd170245dc8bcf57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo hdiutil create -o "macOS 10.15.7 Catalina" -size 16122112b -layout SPUD -fs HFS+J -TYPE SPARSE | |
sudo hdiutil attach macOS\ 10.15.7\ Catalina.sparseimage -noverify | |
sudo diskutil unmount Install\ macOS\ Catalina/ | |
sudo hdiutil detach Install\ macOS\ Catalina/ | |
sudo hdiutil convert macOS\ 10.15.7\ Catalina.sparseimage -format UDZO -O "macOS Catalina 10.15.7 (19H15).dmg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment