From 755342e7747f6ca907f8195769a30bd0f47c0854 Mon Sep 17 00:00:00 2001 From: BenediktMKuehne Date: Mon, 5 Aug 2024 15:53:10 +0000 Subject: [PATCH] :( --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 0931ea97..f168bae3 100755 --- a/installer.sh +++ b/installer.sh @@ -254,7 +254,7 @@ install_debs(){ echo -e "\n${ORANGE}WARNING: If you are using WSL2, disable docker integration from the docker-desktop daemon!${NC}" read -p "Fix docker stuff, then continue. Press any key to continue ..." -n1 -s -r fi - if command -v docker-compose > /dev/null; + if command -v docker-compose > /dev/null ; then echo -e "\n${ORANGE}""${BOLD}""Old docker-compose version found""${NC}" elif ! command -v docker > /dev/null || ! command -v docker compose > /dev/null ; then # Add Docker's official GPG key: