Skip to content

Commit 95d23b2

Browse files
committed
fix style
1 parent 0709129 commit 95d23b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs_Reductionist_deployment/deploy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
TASK [Ensure step RPM is installed] ****************************************************************************************************
1010
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for step-cli-0.24.4-1.x86_64: Package step-cli_0.24.4_amd643z16ickc.rpm is not signed"}
1111
```
12-
- that's because, in our case, we missed the `step-cli` package, and a `dfn` install is not well liked by the system (it's not `mamba` heh) - that gets sorted out via [Step's install docs](https://smallstep.com/docs/step-cli/installation):
12+
- that's because, in our case, we missed the `step-cli` package, and a `dfn` install is not well liked by the system (it's not `mamba` heh)
13+
- that gets sorted out via [Step's install docs](https://smallstep.com/docs/step-cli/installation):
1314
```
1415
wget https://dl.smallstep.com/cli/docs-cli-install/latest/step-cli_amd64.rpm
1516
sudo rpm -i step-cli_amd64.rpm

0 commit comments

Comments
 (0)