Skip to content

Commit cf7d316

Browse files
authored
Merge branch 'main' into JakeSCahill-patch-5
2 parents 576701f + 460f54a commit cf7d316

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/deploy/partials/linux/install-fips.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ To install Redpanda for FIPS compliance, run:
2727
2828
[,bash]
2929
----
30-
sudo apt install -y redpanda-rpk-fips redpanda-fips
30+
curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | \
31+
sudo -E bash && sudo yum install redpanda -y
3132
----
3233
33-
NOTE: Alternatively, you could run `sudo apt install -y redpanda-fips`, which also picks up and includes the `redpanda` install package.
34+
NOTE: Alternatively, you could run `sudo yum install -y redpanda-fips`, which also picks up and includes the `redpanda` install package.
3435
3536
If you wish to only use `rpk` on a FIPS host, run:
3637

0 commit comments

Comments
 (0)