Last active
November 22, 2018 02:36
-
-
Save arc279/3388169c0b2e24f234effe0fd5ebfb59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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