项目作者: albinekcom

项目描述 :
Updater for macOS
高级语言: Shell
项目地址: git://github.com/albinekcom/updater-for-macos.git
创建时间: 2016-10-16T20:54:49Z
项目社区:https://github.com/albinekcom/updater-for-macos

开源协议:MIT License

下载


Updater for macOS 💻

It is a script for updating macOS and other stuff.

Usage

Normal

Execute script with some arguments. The arguments are matched with file names located in lib directory.

  1. $ ./updater_for_macos.sh --macos --brew

Parallel 🏎️🏎️🏎️

Use parallel shell tool to update software in a parallel manner.

  1. $ parallel ./updater_for_macos.sh ::: --macos --brew --gem --apm

Automated

Tweak parameters (remember about changing PATH and ProgramArguments) in com.albinek.mac.updater_for_macos.plist file, move it to ~/Library/LaunchAgents/ directory and load using launchctl.

  1. $ launchctl load com.albinek.mac.updater_for_macos.plist

Need more updaters?

Just add a new file in lib directory, fill with update commands and invoke this script with new file’s name as an argument.