Hi,Keifer Bly:I am running my tor relay “torland” on Mac OS X via this guide here https://www.torproject.org/docs/tor-doc-osx.html.en
I am wondering, is there a way to configure the tor relaying software to automatically check for software updates and install them automatically if there are any?
Automatic software updates depend on the package manager or the installationmethod of the tor package. Homebrew seems to have an (auto?) upgrade optioncalled `cask upgrade`.
The homebrew update command is:
brew update && brew upgrade
You should run this command regularly using cron, launchd, or your favourite task scheduler.
T