From 350d6f08466889c009e55789537450500abd1622 Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Tue, 2 Jan 2018 12:20:33 -0800 Subject: [PATCH] Add sudo to CLI-based access snippet (#5652) --- datacenter/ucp/1.1/access-ucp/cli-based-access.md | 2 +- datacenter/ucp/2.0/guides/access-ucp/cli-based-access.md | 2 +- datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenter/ucp/1.1/access-ucp/cli-based-access.md b/datacenter/ucp/1.1/access-ucp/cli-based-access.md index 9addf422cf..5a66d961ca 100644 --- a/datacenter/ucp/1.1/access-ucp/cli-based-access.md +++ b/datacenter/ucp/1.1/access-ucp/cli-based-access.md @@ -84,7 +84,7 @@ this example we'll be using `curl` for making the web requests to the API, and To install these tools on an Ubuntu distribution, you can run: ```bash -$ sudo apt-get update && apt-get install curl jq +$ sudo apt-get update && sudo apt-get install curl jq ``` Then you get an authentication token from UCP, and use it to download the diff --git a/datacenter/ucp/2.0/guides/access-ucp/cli-based-access.md b/datacenter/ucp/2.0/guides/access-ucp/cli-based-access.md index 328184347f..0b06b1d2ae 100644 --- a/datacenter/ucp/2.0/guides/access-ucp/cli-based-access.md +++ b/datacenter/ucp/2.0/guides/access-ucp/cli-based-access.md @@ -77,7 +77,7 @@ this example we'll be using `curl` for making the web requests to the API, and To install these tools on a Ubuntu distribution, you can run: ```none -$ sudo apt-get update && apt-get install curl jq +$ sudo apt-get update && sudo apt-get install curl jq ``` Then you get an authentication token from UCP, and use it to download the diff --git a/datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access.md b/datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access.md index f9b06d0c63..efacba05e9 100644 --- a/datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access.md +++ b/datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access.md @@ -82,7 +82,7 @@ responses. To install these tools on a Ubuntu distribution, you can run: ```bash -$ sudo apt-get update && apt-get install curl jq +$ sudo apt-get update && sudo apt-get install curl jq ``` Then you get an authentication token from UCP, and use it to download the