plot: add grid to babeltrace benchmark
[lttng-ci.git] / scripts / packaging / el7 / add-efficios-repo.sh
... / ...
CommitLineData
1#/bin/sh -exu
2
3yum -y install wget
4
5wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
6
7rpmkeys --import https://packages.efficios.com/rhel/repo.key
8
9yum updateinfo
This page took 0.028123 seconds and 4 git commands to generate.