Skip to content
Snippets Groups Projects
Commit 7f81abd3 authored by Timothee Gosselin's avatar Timothee Gosselin Committed by GitHub
Browse files

Update INSTALL_HETZNER.md

create /opt/bin directory before
parent 8c69f012
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment