Merge packaging scripts from master branch
[lttng-ci.git] / packaging / el7 / add-efficios-repo.sh
CommitLineData
410810ef
MJ
1#/bin/sh
2
3yum -y install wget
4
62a0c77c 5wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
410810ef 6
62a0c77c 7rpmkeys --import https://packages.efficios.com/rhel/repo.key
410810ef
MJ
8
9yum updateinfo
This page took 0.023046 seconds and 4 git commands to generate.