You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/infrastructure/deployment-targets/linux/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ If you operate in a highly secure environment, where it's not possible to open a
26
26
## Dependencies
27
27
28
28
- The `$HOME` environment variable must be available.
29
-
-`bash` 3+ is available* at `/bin/bash`
29
+
-`bash` 3+ is available at `/bin/bash`
30
30
-`tar` is available. This is used to unpack Calamari.
31
31
-`base64` is available. This is used for encoding and decoding variables.
32
32
-`grep` is available.
33
33
34
34
There are additional dependency requirements to be aware of for both [SSH targets](/docs/infrastructure/deployment-targets/linux/ssh-requirements) and [Linux Tentacle](/docs/infrastructure/deployment-targets/tentacle/linux/#requirements).
35
35
36
-
*The `bash` requirement is not required if exclusively utilizing [Raw Scripts](https://octopus.com/docs/deployments/custom-scripts/raw-scripting).
36
+
These dependencies are not required if exclusively utilizing [Raw Scripts](https://octopus.com/docs/deployments/custom-scripts/raw-scripting).
0 commit comments