From 6c463112890578b42ec37c983ac128ad5a4a433a Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Mon, 6 Jan 2025 16:13:48 +0100 Subject: [PATCH] Add `sudo` to agent register invocation --- platform/smallstep-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/smallstep-agent.mdx b/platform/smallstep-agent.mdx index d1c7aaa3..a76b3e78 100644 --- a/platform/smallstep-agent.mdx +++ b/platform/smallstep-agent.mdx @@ -191,7 +191,7 @@ curl -sL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | sud To configure the agent and register your Linux device with your Smallstep team, run: ```jsx -step-agent-plugin register [team name] +sudo step-agent-plugin register [team name] ``` Alternatively, you can configure the agent manually.