Mac
mac에서 brew를 자동으로 업데이트 하기
OneBoard
2021. 1. 29. 23:52
brew를 통해서 설치한 프로그램들이나 brew repo를 업데이트 하는 것을
매번 터미널을 열어서 하기는 귀챦다고 느낌다면
automatic update를 하면 됩니다.
brew update
brew upgrade
brew install terminal-notifier
brew tap domt4/autoupdate
brew autoupdate –start –upgrade –enable-notification
이렇게 하면,
- update the brew repository,
- upgrade all the existing apps,
- install the terminal notifier incase you don’t have it yet
- install the autoupdate script
- start the autoupdate to run on a regular basis
www.newpush.com/2020/05/set-up-automatic-updates-for-brew-on-mac-os-x/
Set up automatic updates for Brew on Mac OS X
Automated updates for the core OS has been available for several years now on Macs, and Apple has added the ability to update automatically apps you have added from the AppStore as well. However, if you have installed open source apps with Brew, chances ar
www.newpush.com
반응형