Skip to content

Instantly share code, notes, and snippets.

@evagoras
Last active September 28, 2023 16:21
Show Gist options
  • Save evagoras/cf4ffea761958fdbe2c9ebb58572f316 to your computer and use it in GitHub Desktop.
Save evagoras/cf4ffea761958fdbe2c9ebb58572f316 to your computer and use it in GitHub Desktop.
Upgrading CommandBox on a Mac using Homebrew
# grant write permissions to the local user
sudo chgrp -R admin /usr/local
sudo chmod -R g+w /usr/local
# update brew
brew update
# upgrade CommandBox
brew upgrade commandbox
# Ortus Tap
brew tap ortus-solutions/boxtap
brew tap-pin ortus-solutions/boxtap
# install the latest CommandBox
brew install --devel commandbox
# delete existing 'box' binary file
rm '/usr/local/bin/box'
# switch to the latest version
brew switch commandbox 3.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment