From 0a6f6c557b8c363df6374ff688a2d2ac74c9e334 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 19 Jul 2022 23:53:52 +0530 Subject: [PATCH] Remove docker-compose installed checks. Closes #23 --- configure-instance.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure-instance.sh b/configure-instance.sh index 7811040..9b83d1c 100755 --- a/configure-instance.sh +++ b/configure-instance.sh @@ -1,9 +1,3 @@ -# Check if Docker-Compose is not installed -if [ -z "$(which docker-compose)" ]; then - echo "Docker-Compose is not installed. Please install it first from https://docs.docker.com/compose/install/#install-compose." - exit 1 -fi - echo "Enter a hostname for the Frontend (eg: piped.kavin.rocks):" && read -r frontend echo "Enter a hostname for the Backend (eg: pipedapi.kavin.rocks):" && read -r backend echo "Enter a hostname for the Proxy (eg: pipedproxy.kavin.rocks):" && read -r proxy