You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve created a simple formula attached which works on my arm64 and amd64 Macbooks. launchpad.rb.zip
Download, unzip and install using brew install <file_location>/launchpad.rb
I don't think we can include it in a tap or the core as launchpad is only distributed as a binary, and to include in core it would need to be built from source.
You can install my attached version quickly using something like curl -L -o ~/Downloads/launchpad.rb.zip https://github.com/Mirantis/launchpad/files/11986550/launchpad.rb.zip; unzip ~/Downloads/launchpad.rb.zip -d ~/Downloads; brew install ~/Downloads/launchpad.rb; rm ~/Downloads/launchpad.r*
Would be nice to be able to install this tool using brew instead of downloading the packages from this repo.
The text was updated successfully, but these errors were encountered: