diff --git a/setup.sh b/setup.sh index 01e3a32..cb7377c 100644 --- a/setup.sh +++ b/setup.sh @@ -13,6 +13,7 @@ echo "3. The installer will install Docker and Docker Compose" apt install docker docker-compose -y echo "4. The installer will clone the Docker-Compose Repository" +mkdir /opt/odc && cd /opt/odc git clone https://git.h2-invent.com/datenschutzcenter/docker-compose.git cd docker-compose