Skip to content

Instantly share code, notes, and snippets.

@arc279
Last active November 22, 2018 02:36
Show Gist options
  • Save arc279/3388169c0b2e24f234effe0fd5ebfb59 to your computer and use it in GitHub Desktop.
Save arc279/3388169c0b2e24f234effe0fd5ebfb59 to your computer and use it in GitHub Desktop.
#!/bin/bash
# cf. https://github.com/itamae-kitchen/mitamae/releases
version="v1.6.3"
typeset -l name
name="mitamae-$(uname -m)-$(uname -s)"
curl -L --create-dirs -o /usr/local/bin/mitamae https://github.com/itamae-kitchen/mitamae/releases/download/${version}/${name}
chmod +x /usr/local/bin/mitamae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment