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 | |
| set -e | |
| # Run script | |
| # curl -fsLS https://bit.ly/inst-mitamae | bash | |
| type curl >/dev/null 2>&1 || sudo apt install -qqq -y curl | |
| type openssl >/dev/null 2>&1 || sudo apt install -qqq -y openssl | |
| type tar >/dev/null 2>&1 || sudo apt install -qqq -y tar |
OlderNewer