Update on rpm.asciidoc (#150269) (#153333)

Forward port of https://github.com/elastic/kibana/pull/150269 from 7.17.
Thanks to the author of the original PR.

Fixes the checksum filename used to verify the Kibana rpm.

Closes https://github.com/elastic/kibana/issues/153013

---------

Co-authored-by: koso3ht4y <thantzin1802@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
Jon 2023-03-21 19:45:10 -05:00 committed by GitHub
parent 123401d6f7
commit 67fab79f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ The RPM for Kibana v{version} can be downloaded from the website and installed a
--------------------------------------------
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm.sha512
shasum -a 512 -c kibana-{version}-x86_64.rpm <1>
shasum -a 512 -c kibana-{version}-x86_64.rpm.sha512 <1>
sudo rpm --install kibana-{version}-x86_64.rpm
--------------------------------------------
<1> Compares the SHA of the downloaded RPM and the published checksum, which should output