You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using autolaunch.set(true) means they all open at login
Doesn't allow us to self-upgrading code
Solution
I suggest we assume you're not installing from cask. This fixes the first three problems and lets us add self-upgrading methods to the updates module for added user-convenience.
The text was updated successfully, but these errors were encountered:
Homebrew-cask grew very fast, but it is still very alpha in my mind – really only competent at initial installation.
I'm not sure why you couldn't self-update, but the other issues you mention are on our radar, and they are things that we have to address before cask can approximate a proper package manager.
Problems
open -a Hydra
isn't reliableautolaunch.set(true)
means they all open at loginSolution
I suggest we assume you're not installing from cask. This fixes the first three problems and lets us add self-upgrading methods to the
updates
module for added user-convenience.The text was updated successfully, but these errors were encountered: