rapid7 / awsaml

Awsaml is an application for providing automatically rotated temporary AWS credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to install on macOS after cask is deprecated

rsheng-r7 opened this issue · comments

unable to set up on macOS after recent upgrade of brew cask(cask is deprecated)

brew cask install https://raw.githubusercontent.com/rapid7/awsaml/master/brew/cask/awsaml.rb
is deprecated.

brew install --cask https://raw.githubusercontent.com/rapid7/awsaml/master/brew/cask/awsaml.rb
outputs:

Traceback (most recent call last):
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of awsaml formula file from an arbitrary URL is unsupported!  (UsageError)
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of awsaml formula file from an arbitrary URL is unsupported!  (UsageError)

wget https://raw.githubusercontent.com/rapid7/awsaml/master/brew/cask/awsaml.rb
brew install --HEAD -s awsaml.rb
can do the same thing. closed