Add Fedora support to bindep install step

This patch ensures that the bindep install step includes a
section for Fedora. I'm not sure why this wasn't present
already.

Change-Id: I82d6c46f62aaf4341f02fab7e3270650c40d65ee
This commit is contained in:
Major Hayden 2017-10-17 08:24:14 -05:00
parent ac930796d6
commit af86dc9482
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ if [[ ${#BINDEP_PKGS} > 0 ]]; then
*suse*)
sudo zypper -n in $BINDEP_PKGS
;;
centos)
centos|fedora)
sudo $RHT_PKG_MGR install -y $BINDEP_PKGS
;;
ubuntu|debian)