Skip to content

Instantly share code, notes, and snippets.

@hiono
hiono / install_mitamae.sh
Last active August 18, 2024 13:50
Install mitamae
#!/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