g_it/macupdater
Archived
1
0
Fork 0
This commit is contained in:
g 2020-09-08 18:58:51 +02:00
commit cf6b4294dc
3 changed files with 10 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
macupdater-log.txt macupdater-log.txt
.DS_Store
.gitignore .gitignore

View file

@ -8,6 +8,16 @@ Package managment on macOS is a challenge. This is my amateurish attempt to comb
This app relies on [alerter](https://github.com/vjeantet/alerter) for its notifications, so install that before you get started. This app relies on [alerter](https://github.com/vjeantet/alerter) for its notifications, so install that before you get started.
## Packages supported
- [Brew](https://brew.sh/)
- [Brew Casks](https://github.com/buo/homebrew-cask-upgrade)
- [npm](https://www.npmjs.com/)
- Ruby
- Python [(pip)](https://github.com/pypa/pip)
- [mas](https://github.com/mas-cli/mas)
- macOS software updates
## Editing the script ## Editing the script
Editing the script requires some scripting know how, but it is documented. Here's a quick guide on how to customise it for your needs. Editing the script requires some scripting know how, but it is documented. Here's a quick guide on how to customise it for your needs.