Skip to content

Commit 6c471f5

Browse files
authored
distribution and version are deprecated in favor of rpm_any (#957)
1 parent 81c59ec commit 6c471f5

File tree

1 file changed

+2
-3
lines changed
  • crowdsec-docs/unversioned/getting_started/installation

1 file changed

+2
-3
lines changed

crowdsec-docs/unversioned/getting_started/installation/linux.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@ If you prefer to manually add the repository, you can do so by following the ins
8282
<CodeBlock className="language-bash">sudo yum install pygpgme yum-utils</CodeBlock>
8383
<p>You may need to install the EPEL repository for your system to install these packages. If you do not install pygpgme, GPG verification will not work.</p>
8484
<p>Create a file named /etc/yum.repos.d/crowdsec_crowdsec.repo that contains the repository configuration below.</p>
85-
<p>Make sure to replace `el` and `6` in the config below with your Linux distribution and version:</p>
8685
<CodeBlock className="language-bash">
8786
[crowdsec_crowdsec]
8887
name=crowdsec_crowdsec
89-
baseurl=https://packagecloud.io/crowdsec/crowdsec/el/6/$basearch
88+
baseurl=https://packagecloud.io/crowdsec/crowdsec/rpm_any/rpm_any/$basearch
9089
repo_gpgcheck=1
9190
gpgcheck=1
9291
enabled=1
@@ -100,7 +99,7 @@ If you prefer to manually add the repository, you can do so by following the ins
10099

101100
[crowdsec_crowdsec-source]
102101
name=crowdsec_crowdsec-source
103-
baseurl=https://packagecloud.io/crowdsec/crowdsec/el/6/SRPMS
102+
baseurl=https://packagecloud.io/crowdsec/crowdsec/rpm_any/rpm_any/SRPMS
104103
repo_gpgcheck=1
105104
gpgcheck=1
106105
enabled=1

0 commit comments

Comments
 (0)