mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
123401d6f7
commit
67fab79f4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue