Last active
May 18, 2023 15:37
-
-
Save strongant/7adb35a17d5f9cea7722fb4cc4070fed to your computer and use it in GitHub Desktop.
elasticsearch7 repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat > /etc/yum.repos.d/elasticsearch.repo <<EOF | |
[elasticsearch-7.x] | |
name=Elasticsearch repository for 7.x packages | |
baseurl=https://artifacts.elastic.co/packages/7.x/yum | |
gpgcheck=1 | |
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch | |
enabled=1 | |
autorefresh=1 | |
type=rpm-md | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment