apt-get install -y git
#!/bin/sh
DGBASEPATH="$(dirname "$(realpath "${0}")")/install"
if [ ! -d "${DGBASEPATH}" ]; then git clone https://github.com/dockerguild/install.git "${DGBASEPATH}"; fi
. "${DGBASEPATH}/bootstrap.sh"
dg_title "Install docker"
dg_docker_install
dg_title "Install docker-compose"
dg_docker_compose_install
dg_ask MY_VAR "My question" "My default response"
dg_title "My title"
dg_password
dg_docker_install
dg_docker_compose_install
dg_certbot_install
dg_certbot_generate "domaine_name.tld" "email_address@domaine_name.tld"
dg_nginx_install