File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You can download the latest agent binary release for your architecture from our
88<WithVersions language = " bash" >
99 { versions =>
1010 <CodeBlock className = " language-bash" >
11- curl -sL https://github.com/parca-dev/parca-agent/releases/download/{ versions .agent } /parca-agent_{ versions .agent .substring (1 )} _`uname -s`_`uname -m` -o parca-agent && \
11+ curl -sL https://github.com/parca-dev/parca-agent/releases/download/{ versions .agent } /parca-agent_{ versions .agent .substring (1 )} _`uname -s`_`uname -m` -o parca-agent && \{ ' \n ' }
1212 chmod +x parca-agent
1313 </CodeBlock >
1414 }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import CodeBlock from '@theme/CodeBlock';
4343<WithVersions language = " bash" >
4444 { versions =>
4545 <CodeBlock className = " language-bash" >
46- curl -sL https://github.com/parca-dev/parca-agent/releases/download/{ versions .agent } /parca-agent_{ versions .agent .substring (1 )} _`uname -s`_`uname -m`
46+ curl -sL https://github.com/parca-dev/parca-agent/releases/download/{ versions .agent } /parca-agent_{ versions .agent .substring (1 )} _`uname -s`_`uname -m` && \ { ' \n ' }
4747 chmod +x ./parca-agent*
4848 </CodeBlock >
4949 }
You can’t perform that action at this time.
0 commit comments