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.7.0
4
+ :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.11.1
5
5
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
6
6
7
7
== Using Pre-Compiled Binaries
@@ -23,14 +23,14 @@ then rename the file to `stackablectl`. 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.7.0 /stackablectl-x86_64-unknown-linux-gnu
26
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /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.7.0 /stackablectl-aarch64-unknown-linux-gnu
33
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-aarch64-unknown-linux-gnu
34
34
----
35
35
36
36
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -61,14 +61,14 @@ then rename the file to `stackablectl`. You can also use the following command:
61
61
62
62
[source,console]
63
63
----
64
- $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0 /stackablectl-x86_64-apple-darwin
64
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-x86_64-apple-darwin
65
65
----
66
66
67
67
**aarch64** (arm64):
68
68
69
69
[source,console]
70
70
----
71
- $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0 /stackablectl-aarch64-apple-darwin
71
+ $ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1 /stackablectl-aarch64-apple-darwin
72
72
----
73
73
74
74
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