Add sudo
This commit is contained in:
parent
ea612b0709
commit
58caf431eb
@ -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:
|
In a terminal window, run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
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 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`.
|
That command will copy the `triton-docker` shell script from this repo, and link it as `triton-compose` and `triton-docker-install`.
|
||||||
|
Loading…
Reference in New Issue
Block a user