File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/modules/stackablectl/pages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
= Installation
2
2
:page-aliases: stable@stackablectl::installation.adoc
3
3
4
- :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.11.1
4
+ :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.11.3
5
5
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
6
6
:nushell-comp-locations: https://www.nushell.sh/book/custom_commands.html#persisting
7
7
@@ -23,14 +23,14 @@ You can also use the following command:
23
23
24
24
[source,console]
25
25
----
26
- $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-x86_64-unknown-linux-gnu
26
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.3 /stackablectl-x86_64-unknown-linux-gnu
27
27
----
28
28
29
29
**aarch64** (arm64):
30
30
31
31
[source,console]
32
32
----
33
- $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-aarch64-unknown-linux-gnu
33
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.3 /stackablectl-aarch64-unknown-linux-gnu
34
34
----
35
35
36
36
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -60,14 +60,14 @@ You can also use the following command:
60
60
61
61
[source,console]
62
62
----
63
- $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-x86_64-apple-darwin
63
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.3 /stackablectl-x86_64-apple-darwin
64
64
----
65
65
66
66
**aarch64** (arm64):
67
67
68
68
[source,console]
69
69
----
70
- $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-aarch64-apple-darwin
70
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.3 /stackablectl-aarch64-apple-darwin
71
71
----
72
72
73
73
Install the binary into a directory in the `$PATH`, and make it executable:
You can’t perform that action at this time.
0 commit comments