Skip to content

Commit c43f0aa

Browse files
authored
Merge pull request #433 from smallstep/carl/fix-linux
Fix linux install command
2 parents 825d2a1 + ec61361 commit c43f0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/smallstep-agent.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated_at: July 24, 2025
2+
updated_at: September 10, 2025
33
title: Smallstep Agent for Linux
44
html_title: Install the Smallstep Agent on a Linux endpoint
55
description: The Smallstep agent is used across security, IT, and DevOps teams to enable end-to-end network encryption, privileged access management, passwordless authentication, and much more.
@@ -37,7 +37,7 @@ In this document, we will install, configure, and start the Smallstep Agent on a
3737
On a system with `bash` and `curl`, run the following:
3838

3939
```bash
40-
curl -sL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | sudo bash
40+
curl -fsSL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | sudo env STEP_AGENT_TEAM=[your-team] bash
4141
```
4242

4343

0 commit comments

Comments
 (0)