Skip to content

Instantly share code, notes, and snippets.

@r-plus
Created April 14, 2021 08:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-plus/ee64ab6ce40583adeb58882c52973a5b to your computer and use it in GitHub Desktop.
Save r-plus/ee64ab6ce40583adeb58882c52973a5b to your computer and use it in GitHub Desktop.
Install yonaskolb/mint from GitHub (confirmed on CircleCI)

Install mint from GitHub is super faster than using brew install mint

- run:
name: Install mint
command: |
version=$(curl -s "https://github.com/yonaskolb/Mint/releases/latest" | sed 's/^.*tag\/\([^"]*\).*$/\1/')
echo Installing mint ${version}
curl -Ls -o mint.zip https://github.com/yonaskolb/Mint/releases/download/${version}/mint.zip
unzip mint.zip
rm mint.zip
mv mint /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment