From c5d26abe39b443b054bfcbeb956ea4dfe91d2375 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Wed, 2 Oct 2024 16:16:36 -0500 Subject: [PATCH] Update download_cli.md If you don't pipe this into `sudo` the output looks like: ``` Superuser privileges are required to run this script. Install complete. ``` It looks strange to say the least. --- reference/ibmcloud/download_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ibmcloud/download_cli.md b/reference/ibmcloud/download_cli.md index fd2477c6..98f2842d 100644 --- a/reference/ibmcloud/download_cli.md +++ b/reference/ibmcloud/download_cli.md @@ -64,7 +64,7 @@ To install the latest CLI for your OS from the shell manually, use the following * For **Linux™**, copy and paste the following command to a terminal and run it: ```bash - curl -fsSL https://clis.cloud.ibm.com/install/linux | sh + curl -fsSL https://clis.cloud.ibm.com/install/linux | sudo sh ``` {: codeblock}