Skip to content

Commit

Permalink
Remove -prerelease from the repo names (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and ruflin committed Dec 8, 2016
1 parent 4f844d4 commit a481d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/docs/repositories.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sudo apt-get install apt-transport-https
+
["source","sh",subs="attributes,callouts"]
--------------------------------------------------
echo "deb https://artifacts.elastic.co/packages/5.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.list
echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.list
--------------------------------------------------
+
[WARNING]
Expand Down Expand Up @@ -85,7 +85,7 @@ your `/etc/yum.repos.d/` directory and add the following lines:
--------------------------------------------------
[elastic-5.x]
name=Elastic repository for 5.x packages
baseurl=https://artifacts.elastic.co/packages/5.x-prerelease/yum
baseurl=https://artifacts.elastic.co/packages/5.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
Expand Down

0 comments on commit a481d6c

Please sign in to comment.