jjb: Use the https protocol for checkouts on Github, it's faster
[lttng-ci.git] / scripts / packaging / el7 / add-efficios-repo.sh
CommitLineData
f12f1d66 1#/bin/sh -exu
410810ef
MJ
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.025993 seconds and 4 git commands to generate.