文件名称:homebrew-autoupdate:一种自动更新Homebrew的简便方法
文件大小:81KB
文件格式:ZIP
更新时间:2024-02-22 00:13:12
ruby homebrew homebrew-autoupdate RubyRuby
自酿自动更新 一种自动更新Homebrew的简便方法。 默认情况下,此脚本将每隔24小时在后台运行一次brew update 。 brew upgrade和brew cleanup也可以自动处理,但它们是可选标志。 如果安装了terminal-notifier程序,则在此命令运行时,您还可以请求桌面通知。 安装此命令 只需brew tap domt4/autoupdate 。 用法 brew autoupdate --start [interval] [--upgrade] [--cleanup] [--enable-notification]: Start autoupdating either once every interval hours or once every 24 hours. Please note the interval has to be passed in seconds, so 12 hours would be: brew autoupdate --start 43200. If --upgrade is specified, a
【文件预览】:
homebrew-autoupdate-master
----cmd()
--------brew-autoupdate.rb(2KB)
----LICENSE(1KB)
----notifier()
--------brew-autoupdate.app()
--------notifier.scpt(330B)
----lib()
--------autoupdate.rb(260B)
--------autoupdate()
----README.md(3KB)