From c71f61589e86756da8623d138dffe10523303e9f Mon Sep 17 00:00:00 2001 From: Casey Bisson Date: Fri, 2 Jun 2017 08:56:47 -0700 Subject: [PATCH] execute in subshell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8216ca..7b76619 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Use of this software also requires [a Triton profile configured in the Triton CL In a terminal window, run the following command: ```bash -sudo curl -o /usr/local/bin/triton-docker https://raw.githubusercontent.com/joyent/triton-docker-cli/master/triton-docker && chmod +x /usr/local/bin/triton-docker && ln -Fs /usr/local/bin/triton-docker /usr/local/bin/triton-compose && ln -Fs /usr/local/bin/triton-docker /usr/local/bin/triton-docker-install +sudo bash -c 'curl -o /usr/local/bin/triton-docker https://raw.githubusercontent.com/joyent/triton-docker-cli/master/triton-docker && chmod +x /usr/local/bin/triton-docker && ln -Fs /usr/local/bin/triton-docker /usr/local/bin/triton-compose && ln -Fs /usr/local/bin/triton-docker /usr/local/bin/triton-docker-install' ``` That command will copy the `triton-docker` shell script from this repo, and link it as `triton-compose` and `triton-docker-install`.