Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1 KB

README.md

File metadata and controls

24 lines (20 loc) · 1 KB

macos-updater

A shell script for updating macOS and some web development tools (npm, pip, ...). This scripts provides an easy way to keep all your software components up-to-date without running several update processes.

Supported applications

Installation

Clone the repository:

git clone https://github.com/mpk-software/macos-updater.git
cd macos-updater

Run the shell script to start the update process:

./update-macos.sh

Contributing

Please feel free to add additional update commands which are usually used in macOS web development environments by creating a pull request.