• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

mkalmes/brewupdate: A launchd agent for automatic homebrew formulae updates

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

mkalmes/brewupdate

开源软件地址:

https://github.com/mkalmes/brewupdate

开源编程语言:

Shell 100.0%

开源软件介绍:

brewupdate

brewupdate is a launchd agent to update homebrew formulae automatically every day at 11 AM (local time).

Brewupdate will not upgrade your installed formulae. Its sole responsibility is to fetch new formulae.

How to Install or Upgrade

Run the following command in the terminal:

curl -L https://github.com/mkalmes/brewupdate/raw/develop/brewupdate-install.sh | bash

Manual installation

To manually install brewupdate, copy the plist to ~/Library/LaunchAgents and run the command launchctl load ~/Library/LaunchAgents/net.mkalmes.brewupdate.plist to load the LaunchAgent into the launchd manager.

Here is a quick rundown:

> mkdir ~/Library/LaunchAgents
> cp net.mkalmes.brewupdate.plist ~/Library/LaunchAgents
> launchctl load ~/Library/LaunchAgents/net.mkalmes.brewupdate.plist

Manual upgrade

If you installed a previous version of brewupdate, unload the loaded LaunchAgent, copy the new agent to ~/Library/LaunchAgents, and load the copied LaunchAgent.

Here is a quick rundown:

> launchctl unload ~/Library/LaunchAgents/net.mkalmes.brewupdate.plist
> cp net.mkalmes.brewupdate.plist ~/Library/LaunchAgents
> launchctl load ~/Library/LaunchAgents/net.mkalmes.brewupdate.plist

… and where do I see what's updated?

Since OS X 10.8, Apple removed the redirection of stdout and stderr to system.log.

On OS X 10.5 to 10.7, brewupdate redirects the output to /var/log/system.log and can be easily viewed with /Applications/Utilities/Console.app. Use the search filter net.mkalmes.brewupdate on "All Messages" to display the list of new and updated formulae.

License

Code is under the BSD 2-Clause license.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap