ansible: Check for SLES product using major version
[lttng-ci.git] / scripts / packaging / el7 / add-efficios-repo.sh
CommitLineData
51c9c62d
MJ
1#!/bin/sh
2
3set -exu
410810ef
MJ
4
5yum -y install wget
6
62a0c77c 7wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
410810ef 8
62a0c77c 9rpmkeys --import https://packages.efficios.com/rhel/repo.key
410810ef
MJ
10
11yum updateinfo
This page took 0.057223 seconds and 4 git commands to generate.