#!/bin/bash just_installed= if ! type -p docker; then echo "Installing docker..." type -p curl >dev/null || apt-get install -y curl