Forked from peacefixation/install-osx-high-sierra-command-line.sh
Created
November 8, 2022 22:26
-
-
Save lacymorrow/dda5a780f8c8848e4eb31b3ec370404d to your computer and use it in GitHub Desktop.
Revisions
-
peacefixation renamed this gist
Feb 6, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
peacefixation revised this gist
Jan 22, 2019 . No changes.There are no files selected for viewing
-
peacefixation revised this gist
Jan 4, 2019 . No changes.There are no files selected for viewing
-
peacefixation revised this gist
Jan 4, 2019 . No changes.There are no files selected for viewing
-
peacefixation renamed this gist
Feb 20, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
peacefixation revised this gist
Nov 30, 2017 . 1 changed file with 12 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,20 @@ # create a USB installer # https://support.apple.com/en-au/HT201372 Download the OS X High Sierra installer via the App Store, it will be installed into the /Applications directory If it opens automatically, close it Insert a USB stick (8GB+) Run the following command where MyVolume is the name of the USB volume: sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume # boot the USB installer Boot the computer holding the Option key Select the USB installer as the startup disk # from the menu, select Utilities > Terminal # install without APFS (optional) # use the installpackage parameter to install an extra .pkg (optional) /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall \ --volume /Volumes/Macintosh\ HD/ \ -
peacefixation revised this gist
Nov 15, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ # install without APFS # use the installpackage parameter to install an extra .pkg /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall \ --volume /Volumes/Macintosh\ HD/ \ --converttoapfs NO \ --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app \ -
peacefixation revised this gist
Oct 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,6 @@ --volume /Volumes/Macintosh\ HD/ \ --converttoapfs NO \ --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app \ --agreetolicense \ --installpackage extra-package.pkg
-
peacefixation revised this gist
Oct 30, 2017 . 1 changed file with 7 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,12 @@ # from the menu, select Utilities > Terminal # install without APFS # use the installpackage parameter to install an extra .pkg /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall \ --volume /Volumes/Macintosh\ HD/ \ --converttoapfs NO \ --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app \ --agreetolicense --installpackage extra-package.pkg
-
peacefixation revised this gist
Oct 25, 2017 . 2 changed files with 13 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # create a USB installer # boot the USB installer # from the menu, select Utilities > Terminal # install without APFS /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense # use the installpackage parameter to install an extra .pkg /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense --installpackage extra-package.pkg 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +0,0 @@ -
peacefixation renamed this gist
Oct 17, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
peacefixation renamed this gist
Oct 17, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
peacefixation created this gist
Oct 6, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # create a USB installer # boot the USB installer # from the menu, select Utilities > Terminal # run this command to install without APFS /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense