Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f3e89bc9c | ||
|
|
eaf15d9e16 | ||
|
|
4ab07b1a88 | ||
|
|
615b61457f |
@@ -1 +1 @@
|
||||
3.4.2
|
||||
3.4.3
|
||||
|
||||
@@ -2,9 +2,9 @@ cff-version: 1.2.0
|
||||
message: Please use the following metadata when citing this project in your work.
|
||||
title: macOS
|
||||
abstract: Shell scripts for automated macOS machine setup.
|
||||
version: 20.1.0
|
||||
version: 20.2.0
|
||||
license: Hippocratic-2.1
|
||||
date-released: 2025-02-22
|
||||
date-released: 2025-04-18
|
||||
authors:
|
||||
- family-names: Kuhlmann
|
||||
given-names: Brooke
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "caliber", "~> 0.74"
|
||||
gem "caliber", "~> 0.79"
|
||||
gem "debug", "~> 1.10"
|
||||
gem "git-lint", "~> 9.0"
|
||||
gem "rake", "~> 13.2"
|
||||
|
||||
@@ -53,7 +53,7 @@ To install, run:
|
||||
----
|
||||
git clone https://github.com/bkuhlmann/mac_os.git
|
||||
cd mac_os
|
||||
git checkout 20.1.0
|
||||
git checkout 20.2.0
|
||||
----
|
||||
|
||||
== Usage
|
||||
@@ -203,6 +203,7 @@ link:https://alchemists.io/projects/mac_os-config[macOS Config] project for furt
|
||||
** After seven seconds, hold down the Power button as well.
|
||||
** Release all keys after another seven seconds.
|
||||
** Turn on your Mac.
|
||||
** For more troubleshooting tips, check out The Eclectic Light Company's link:https://eclecticlight.co/mac-troubleshooting-summary/[Mac Troubleshooting Summary].
|
||||
|
||||
== Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user