diff --git a/setup/docker-install.sh b/setup/docker-install.sh index 26881f26..6488925a 100644 --- a/setup/docker-install.sh +++ b/setup/docker-install.sh @@ -112,9 +112,9 @@ if [[ $DOCKER_COMPOSE == "Y" ]]; then echo -en "${GN} Installing Docker Compose $DOCKER_COMPOSE_LATEST_VERSION... " DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins - curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LATEST_VERSION/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose + curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LATEST_VERSION/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose &>/dev/null chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose - docker compose version +# docker compose version echo -e "${CM}${CL} \r" fi