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