Commit 94bcfb2a authored by David Dollar's avatar David Dollar

noisy git

parent cb14e381
......@@ -86,7 +86,7 @@ function package_download() {
mkdir -p $location
package="http://${S3_BUCKET}.s3.amazonaws.com/$engine-$version.tgz"
echo "downloading $engine $version"
curl $package -s -o - | tar xzvf - -C $location
curl $package -s -o - | tar xzf - -C $location
}
bootstrap_node=$(mktmpdir bootstrap_node)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment