Merge pull request #4232 from commitay/cask-caveats
cask fetch and upgrade: print caveats
This commit is contained in:
commit
41e27928c4
@ -10,6 +10,7 @@ module Hbc
|
||||
|
||||
def run
|
||||
casks.each do |cask|
|
||||
Installer.print_caveats(cask)
|
||||
ohai "Downloading external files for Cask #{cask}"
|
||||
downloaded_path = Download.new(cask, force: force?).perform
|
||||
Verify.all(cask, downloaded_path)
|
||||
|
||||
@ -54,6 +54,8 @@ module Hbc
|
||||
# Start new Cask's installation steps
|
||||
new_cask_installer.check_conflicts
|
||||
|
||||
new_cask_installer.print_caveats
|
||||
|
||||
new_cask_installer.fetch
|
||||
|
||||
# Move the old Cask's artifacts back to staging
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user