Wait is for pid not a sleep ....
[lttng-ci.git] / packaging / el7-add-efficios-repo.sh
CommitLineData
410810ef
MJ
1#/bin/sh
2
3yum -y install wget
4
5wget -P /etc/yum.repos.d/ http://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
6
7rpmkeys --import http://packages.efficios.com/rhel/repo.key
8
9yum updateinfo
This page took 0.022316 seconds and 4 git commands to generate.