File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: We use COPR infrastructure to build and serve ipfixprobe packages.
44
55instructions :
66 -
7- description : " Install copr repository. Here is the example for EPEL 8. "
8- code :
9- - " wget -O /etc/yum.repos.d/cesnet-nemea.repo https:// copr.fedorainfracloud.org/coprs/g/ CESNET/NEMEA/repo/epel-8/group_CESNET-NEMEA-epel-8.repo "
10- - " rpm --import https://copr-be.cloud.fedoraproject.org/results/@CESNET/NEMEA/pubkey.gpg "
7+ description : " Install copr repository."
8+ code :
9+ - " dnf install -y dnf-plugins-core && dnf copr -y enable @ CESNET/NEMEA"
10+
1111 -
1212 description : " After succesfull instalation of COPR, you can install the ipfixprobe via yum or dnf."
1313 code :
Original file line number Diff line number Diff line change 11---
22title: Get ipfixprobe
33heading: Start using ipfixprobe
4-
5-
64---
75
86{% for option in site.get_options %}
@@ -17,7 +15,7 @@ <h2 style="float:'left'">{{ option.title }}</h3>
1715 {% for instruction in option.instructions %}
1816 < p > {{ instruction.description }}</ p >
1917 < span >
20- {% for line in instruction.code %}
18+ {% for line in instruction.code %}
2119 < code > {{line}}</ code > < br >
2220 {% endfor %}
2321 </ span >
You can’t perform that action at this time.
0 commit comments