Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cd587c527 | ||
|
|
bfaba4b40d | ||
|
|
0445e6a584 |
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -6,6 +6,3 @@
|
|||||||
|
|
||||||
## Details
|
## Details
|
||||||
<!-- Optional. List the key features/highlights as bullet points. -->
|
<!-- Optional. List the key features/highlights as bullet points. -->
|
||||||
|
|
||||||
## Notes
|
|
||||||
<!-- Optional. List additional notes/references as bullet points. -->
|
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
= Changes
|
= Changes
|
||||||
|
|
||||||
|
== 14.0.0 (2021-10-25)
|
||||||
|
|
||||||
|
* Updated to macOS Monterey - Brooke Kuhlmann
|
||||||
|
* Removed notes from pull request template - Brooke Kuhlmann
|
||||||
|
|
||||||
== 13.0.0 (2021-08-01)
|
== 13.0.0 (2021-08-01)
|
||||||
|
|
||||||
* Added install Node function - Brooke Kuhlmann
|
* Added install Node function - Brooke Kuhlmann
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ image::https://www.alchemists.io/images/screencasts/mac_os/cover.svg[Screencast,
|
|||||||
|
|
||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
. link:https://www.apple.com/macos/big-sur[macOS Big Sur]
|
. link:https://www.apple.com/macos/monterey[macOS Monterey]
|
||||||
. link:https://developer.apple.com/xcode[Xcode]
|
. link:https://developer.apple.com/xcode[Xcode]
|
||||||
|
|
||||||
== Setup
|
== Setup
|
||||||
@@ -59,7 +59,7 @@ To install, run:
|
|||||||
----
|
----
|
||||||
git clone https://github.com/bkuhlmann/mac_os.git
|
git clone https://github.com/bkuhlmann/mac_os.git
|
||||||
cd mac_os
|
cd mac_os
|
||||||
git checkout 13.0.0
|
git checkout 14.0.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Big Sur.app/Contents/Resources/createinstallmedia"
|
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Monterey.app/Contents/Resources/createinstallmedia"
|
||||||
export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled"
|
export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled"
|
||||||
export MAC_OS_WORK_PATH=/tmp/downloads
|
export MAC_OS_WORK_PATH=/tmp/downloads
|
||||||
export MAC_OS_CONFIG_PATH="../mac_os-config"
|
export MAC_OS_CONFIG_PATH="../mac_os-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user