From 250f5b1a3bea2700ebf21633f59bef564f44ff11 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Feb 28 2017 22:52:13 +0000 Subject: Change install_dep to use dnf instead of yum --- diff --git a/utils/build-deps.sh b/utils/build-deps.sh index d85eece..7608c9a 100644 --- a/utils/build-deps.sh +++ b/utils/build-deps.sh @@ -3,7 +3,7 @@ # Licensed under the terms of the GNU GPL License version 2 install_dep() { - yum install -y $1; + dnf install -y $1; rc=$?; if [ $rc -ne 0 ] then