Merge packaging scripts from master branch
[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/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
6
7 rpmkeys --import https://packages.efficios.com/rhel/repo.key
8
9 yum updateinfo
This page took 0.030503 seconds and 4 git commands to generate.