From 7f81abd387b18fc8d295db3e05588782c1bebd15 Mon Sep 17 00:00:00 2001 From: Timothee Gosselin <timothee@unteem.org> Date: Tue, 19 Jul 2016 16:42:16 +0200 Subject: [PATCH] Update INSTALL_HETZNER.md create /opt/bin directory before --- INSTALL_HETZNER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL_HETZNER.md b/INSTALL_HETZNER.md index 02af7cc..bf97c08 100644 --- a/INSTALL_HETZNER.md +++ b/INSTALL_HETZNER.md @@ -122,11 +122,12 @@ git clone https://github.com/indiehosters/LibrePaaS.git /indiehosters mkdir /{data,system} mkdir /data/trash +mkdir -p /opt/bin + # Install unit-files and utils cp /indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload cp /indiehosters/utils/* /opt/bin/ -mkdir -p /opt/bin DOCKER_COMPOSE_VERSION=1.6.0 curl -L https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose chmod +x /opt/bin/docker-compose -- GitLab