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