mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add 'brew uninstall --force brew-cask' to Hbc::Utils::UPDATE_CMD
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ require 'stringio'
|
||||
|
||||
require 'hbc/utils/tty'
|
||||
|
||||
UPDATE_CMD = "brew update; brew cleanup; brew cask cleanup"
|
||||
UPDATE_CMD = "brew uninstall --force brew-cask; brew update; brew cleanup; brew cask cleanup"
|
||||
ISSUES_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs"
|
||||
|
||||
# todo: temporary
|
||||
|
||||
Reference in New Issue
Block a user