diff --git a/docs/cli/overview.mdx b/docs/cli/overview.mdx index 47de44e01..8934d8e07 100644 --- a/docs/cli/overview.mdx +++ b/docs/cli/overview.mdx @@ -45,19 +45,19 @@ The Infisical CLI provides a way to inject environment variables from the platfo Install prerequisite ```bash - sudo apk add --no-cache bash sudo + apk add --no-cache bash sudo ``` Add Infisical repository ```bash curl -1sLf \ 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.alpine.sh' \ - | sudo -E bash + | bash ``` Then install CLI ```bash - sudo apk update && sudo apk add infisical + apk update && sudo apk add infisical ```