Guest User

Untitled

a guest
Nov 24th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. TAP_NAME=i4napps-atlassian-cli
  2. # find out what's the tap directory
  3. TAP_DIR="$(brew --repository)/Library/Taps/${TAP_NAME}"
  4. # clone the formula repository to tap directory
  5. git clone --quiet ssh://git@stash.i4napps.com.au/mobile/i4napps-atlassian-cli.git ${TAP_DIR}
  6. # tell brew to repair the taps, that will make brew to pick up newly added tap
  7. brew tap --repair
  8.  
  9. # install
  10. brew install i4napps-atlassian-cli
  11. # or customized install
  12. ATLAS_USERNAME=i4niac ATLAS_PASSWORD=password brew install i4napps-atlassian-cli
  13.  
  14. # update
  15. brew update
  16. # then upgrade
  17. brew upgrade i4napps-atlassian-cli
  18. # or customized upgrade
  19. ATLAS_USERNAME=i4niac ATLAS_PASSWORD=password brew upgrade i4napps-atlassian-cli
Add Comment
Please, Sign In to add comment