Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 586 Bytes

macos-updates.md

File metadata and controls

26 lines (18 loc) · 586 Bytes
description
The macOS update module

macOS updates

{% hint style="info" %} The macOS update command is a built-in command-line interface to update the operating system. {% endhint %}

Understanding the update command

The mas update module consists of one command, with two flags:

  • -i : This flag requests an install of updates.
  • -a : This flag specifies that all updates should be installed.
# System software update commads.
{ echo "macOS"; echo ""; softwareupdate -ia; } >> $LOG
catcher macOS
line

To disable this module comment out the code above.