mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
removed prerelease
This commit is contained in:
parent
2eb57c47cc
commit
fd75392e8d
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ Save the repository definition to +/etc/apt/sources.list.d/elastic-{major-versi
|
|||
|
||||
["source","sh",subs="attributes,callouts"]
|
||||
--------------------------------------------------
|
||||
echo "deb https://artifacts.elastic.co/packages/{major-version}-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-{major-version}.list
|
||||
echo "deb https://artifacts.elastic.co/packages/{major-version}/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-{major-version}.list
|
||||
--------------------------------------------------
|
||||
|
||||
[WARNING]
|
||||
|
@ -138,7 +138,7 @@ in a file with a `.repo` suffix, for example `logstash.repo`
|
|||
--------------------------------------------------
|
||||
[logstash-{major-version}]
|
||||
name=Elastic repository for {major-version} packages
|
||||
baseurl=https://artifacts.elastic.co/packages/{major-version}-prerelease/yum
|
||||
baseurl=https://artifacts.elastic.co/packages/{major-version}/yum
|
||||
gpgcheck=1
|
||||
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
||||
enabled=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue