diff --git a/code-style/git/README.md b/code-style/git/README.md index b084435..613c5a6 100644 --- a/code-style/git/README.md +++ b/code-style/git/README.md @@ -60,7 +60,7 @@ great good. * :non-potable_water: `:non-potable_water:` when plugging memory leaks * :memo: `:memo:` when writing docs * :penguin: `:penguin:` when fixing something on Linux -* :apple: `:apple:` when fixing something on Mac OS +* :apple: `:apple:` when fixing something on macOS * :checkered_flag: `:checkered_flag:` when fixing something on Windows * :bug: `:bug:` when fixing a bug * :fire: `:fire:` when removing code or files diff --git a/laptop/README.md b/laptop/README.md index 1648509..0ef4c45 100644 --- a/laptop/README.md +++ b/laptop/README.md @@ -4,7 +4,7 @@ Use the [Apple provided command line utility][apple-cli] to create a bootable drive. Use that drive to boot up the old Mac by holding down `OPT` during a restart. Once you've booted off the external drive, select Disk Utility and erase the internal Mac drive. -After that re-install the current and latest Mac OS X. +After that re-install the current and latest macOS. ## Laptop Script diff --git a/security/mac-updates.md b/security/mac-updates.md index a2c197f..d683eba 100644 --- a/security/mac-updates.md +++ b/security/mac-updates.md @@ -12,11 +12,19 @@ The message _No updates are available._ will print at the end. ## Capturing Status from the App Store -You can check for updates from the App Store. From the Apple menu () -click on `App Store`, followed by `Updates` on the top row. You should see the -message _No Updates Available_. +You can check for non-system updates from the App Store. From the Apple menu () +click on `App Store`, followed by `Updates` on the sidebar. You should not see any +available updates. -![MacOS Updates in App Store](mac-updates.png) +![macOS Updates in the App Store](macos-updates-mas.png) + +## Capturing Status from System Preferences + +You can check for system updates from System Preferences. From the Apple menu () +click on `System Preferences`, followed by `Software Update`. You should see a +message that includes _Your Mac is up to date_. + +![MacOS Updates in System Preferences](macos-updates-system.png) ## Installing Updates on the Command Line @@ -27,6 +35,12 @@ To install recommended updates with progress indication run: ## Installing Updates from the App Store -You can install updates from the App Store. From the Apple menu () click on -`App Store`, followed by `Updates` on the top row. You can install individual +You can install non-system updates from the App Store. From the Apple menu () +click on `App Store`, followed by `Updates` on the sidebar. You can install individual updates by clicking `Install` or install all updates by clicking `Install All`. + +## Installing Updates from System Preferences + +You can install system updates from from System Preferences. From the Apple +menu () click on `System Preferences`, followed by `Software Update`. If any +updates are available, click the Update Now button to install them. \ No newline at end of file diff --git a/security/mac-updates.png b/security/mac-updates.png deleted file mode 100644 index 1016a66..0000000 Binary files a/security/mac-updates.png and /dev/null differ diff --git a/security/macos-updates-mas.png b/security/macos-updates-mas.png new file mode 100644 index 0000000..6b3b98b Binary files /dev/null and b/security/macos-updates-mas.png differ diff --git a/security/macos-updates-system.png b/security/macos-updates-system.png new file mode 100644 index 0000000..d4cced6 Binary files /dev/null and b/security/macos-updates-system.png differ