Skip to content

Commit 58962a8

Browse files
authored
Merge branch 'main' into feat/select-version-of-demos-stacks
2 parents 0e41925 + 15cd9ea commit 58962a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/modules/stackablectl/pages/installation.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installation
22
:page-aliases: stable@stackablectl::installation.adoc
33

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
55
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
66

77
== Using Pre-Compiled Binaries
@@ -23,14 +23,14 @@ then rename the file to `stackablectl`. You can also use the following command:
2323
2424
[source,console]
2525
----
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
2727
----
2828
2929
**aarch64** (arm64):
3030
3131
[source,console]
3232
----
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
3434
----
3535
3636
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:
6161
6262
[source,console]
6363
----
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
6565
----
6666
6767
**aarch64** (arm64):
6868
6969
[source,console]
7070
----
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
7272
----
7373
7474
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -77,7 +77,7 @@ NOTE: If you have a directory in your `$HOME` for user binaries, you can remove
7777
7878
[source,console]
7979
----
80-
$ sudo install -m 755 -t /usr/local/bin stackablectl
80+
$ sudo install -m 755 stackablectl /usr/local/bin
8181
----
8282
8383
Test that it works:

0 commit comments

Comments
 (0)