From 817af4589976e713adfed73ea1ac3f8a2393be28 Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 6 Nov 2018 17:36:18 -0500 Subject: [PATCH] Reduced dependencies and adjusted todo items --- chainquery/quick-bootstrap.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/chainquery/quick-bootstrap.sh b/chainquery/quick-bootstrap.sh index 01be7ef..8a850c4 100755 --- a/chainquery/quick-bootstrap.sh +++ b/chainquery/quick-bootstrap.sh @@ -25,19 +25,13 @@ function test_for_deps() { fi } -## TODO: Don't bother caring about host dependencies just use Docker for everything. ## Declare Linux app dependencies to check for. DEPENDENCIES=( - wget - unzip docker -) -## Recommended. -BONUS_DEPENDENCIES=( docker-compose ) -## TODO: If the host doesn't have a dependency aside from docker, just use docker to do it and set the containers to remove themselves. +## TODO: Check for docker and docker-compose function check_deps() { for i in "${!DEPENDENCIES[@]}"; do echo ${DEPENDENCIES[$i]}"_KEY"