From 79f793f1973934f7adbc997e134410bd450db3e7 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 31 Oct 2023 14:31:36 +0100
Subject: [PATCH] Fixed the command

---
 .docs/deployment-docker-compose.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.docs/deployment-docker-compose.md b/.docs/deployment-docker-compose.md
index ad00ccbb72..ba9016955c 100644
--- a/.docs/deployment-docker-compose.md
+++ b/.docs/deployment-docker-compose.md
@@ -58,7 +58,7 @@ since RabbitMQ maintains state inside the container.
 We maintain a rapid prototype deployment option through Docker Compose (v2.17.0 and newer). This deployment creates the
 core infrastructure and a single Docker container for all user-generated databases.
 
-    curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/install.sh | sudo bash
+    curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/install.sh | bash
 
 View the logs:
 
-- 
GitLab